From b80dae572c4d17bf1ed37a351396ecfdd7d8621a Mon Sep 17 00:00:00 2001 From: Alan Penner Date: Wed, 22 Jan 2014 09:45:35 -0800 Subject: [PATCH] debugging submitblock output --- lib/bitcoin_rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bitcoin_rpc.py b/lib/bitcoin_rpc.py index b651446..447add9 100644 --- a/lib/bitcoin_rpc.py +++ b/lib/bitcoin_rpc.py @@ -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: