Skip to content

Commit

Permalink
Merge remote-tracking branch 'github-pull/17/head'
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Dec 14, 2024
2 parents ba6946c + 4a838e3 commit dafdaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datum_blocktemplates.c
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ void *datum_gateway_template_thread(void *args) {
gbt = json_rpc_call(tcurl, datum_config.bitcoind_rpcurl, userpass, gbt_req);

if (!gbt) {
DLOG_ERROR("Could not fetch new template!");
DLOG_ERROR("Could not fetch new template from %s!", datum_config.bitcoind_rpcurl);
sleep(1);
continue;
} else {
Expand Down

0 comments on commit dafdaa0

Please sign in to comment.