Merge remote-tracking branch 'github-pull/17/head'

This commit is contained in:
Luke Dashjr 2024-12-14 03:17:49 +00:00
commit dafdaa0c55
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -421,7 +421,7 @@ void *datum_gateway_template_thread(void *args) {
gbt = json_rpc_call(tcurl, datum_config.bitcoind_rpcurl, userpass, gbt_req); gbt = json_rpc_call(tcurl, datum_config.bitcoind_rpcurl, userpass, gbt_req);
if (!gbt) { if (!gbt) {
DLOG_ERROR("Could not fetch new template!"); DLOG_ERROR("Could not fetch new template from %s!", datum_config.bitcoind_rpcurl);
sleep(1); sleep(1);
continue; continue;
} else { } else {