Fixed build errors, refined Monero block broadcast logic

This commit is contained in:
sech1
2025-09-03 13:19:13 +02:00
parent 50634e5e79
commit 830c78a032
5 changed files with 23 additions and 17 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ void CurlContext::shutdown()
void Call(const std::string& address, int port, const std::string& req, const std::string& auth, const std::string& proxy, bool ssl, const std::string& ssl_fingerprint, CallbackBase* cb, CallbackBase* close_cb, uv_loop_t* loop)
{
if (!loop) {
loop = uv_default_loop();
loop = uv_default_loop_checked();
}
const bool result = CallOnLoop(loop,