forked from Ocean/datum_gateway
Merge remote-tracking branch 'github-pull/17/head'
This commit is contained in:
commit
dafdaa0c55
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user