Update bitcoin_rpc.py
This commit is contained in:
parent
0473513525
commit
b44277b43c
@ -61,7 +61,7 @@ class BitcoinRPC(object):
|
|||||||
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@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
|
#try 5 times? 500 Internal Server Error could mean random error or that TX messages setting is wrong
|
||||||
attempts = 0
|
attempts = 0
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user