From 2175b517d960826bd583076ffe4c02660c11f36a Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Thu, 19 Dec 2013 18:14:56 +0000 Subject: [PATCH] Fixed Error --- lib/bitcoin_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitcoin_rpc.py b/lib/bitcoin_rpc.py index 23d207f..73417c9 100644 --- a/lib/bitcoin_rpc.py +++ b/lib/bitcoin_rpc.py @@ -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: