debugging submitblock output

This commit is contained in:
Alan Penner 2014-01-22 09:45:35 -08:00 committed by Ahmed Bodiwala
parent 811ab8f5c4
commit b80dae572c

View File

@ -72,6 +72,7 @@ class BitcoinRPC(object):
log.debug("Submitting Block with submitblock: attempt #"+str(attempts))
log.debug([block_hex,])
resp = (yield self._call('submitblock', [block_hex,]))
log.debug("SUBMITBLOCK RESULT: %s", resp)
break
except Exception as e:
if attempts > 5: