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: