debugging submitblock output
This commit is contained in:
parent
811ab8f5c4
commit
b80dae572c
@ -72,6 +72,7 @@ class BitcoinRPC(object):
|
|||||||
log.debug("Submitting Block with submitblock: attempt #"+str(attempts))
|
log.debug("Submitting Block with submitblock: attempt #"+str(attempts))
|
||||||
log.debug([block_hex,])
|
log.debug([block_hex,])
|
||||||
resp = (yield self._call('submitblock', [block_hex,]))
|
resp = (yield self._call('submitblock', [block_hex,]))
|
||||||
|
log.debug("SUBMITBLOCK RESULT: %s", resp)
|
||||||
break
|
break
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
if attempts > 5:
|
if attempts > 5:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user