Fixed Error

This commit is contained in:
ahmedbodi 2013-12-19 18:14:56 +00:00
parent 8c085980a6
commit 2175b517d9

View File

@ -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: