Update bitcoin_rpc.py

This commit is contained in:
ahmedbodi 2014-01-30 09:37:14 +00:00
parent 0473513525
commit b44277b43c

View File

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