Fixed Error
This commit is contained in:
parent
8c085980a6
commit
2175b517d9
@ -44,7 +44,7 @@ class BitcoinRPC(object):
|
||||
# Try submitblock if that fails, go to getblocktemplate
|
||||
try:
|
||||
log.info("Submitting Block with Submit Block ")
|
||||
log.info("Block Hash: %s" [block_hex,])
|
||||
log.info([block_hex,])
|
||||
resp = (yield self._call('submitblock', [block_hex,]))
|
||||
except Exception:
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user