From b44277b43cde34b25506292c7e5bfc76bc352f5f Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Thu, 30 Jan 2014 09:37:14 +0000 Subject: [PATCH] Update bitcoin_rpc.py --- 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 5dab093..e26418a 100644 --- a/lib/bitcoin_rpc.py +++ b/lib/bitcoin_rpc.py @@ -61,7 +61,7 @@ class BitcoinRPC(object): @defer.inlineCallbacks - def submitblock(self, block_hex, hash_hex): + def submitblock(self, block_hex, hash_hex, scrypt_hex): #try 5 times? 500 Internal Server Error could mean random error or that TX messages setting is wrong attempts = 0 while True: