fix indent
This commit is contained in:
parent
781aa0285a
commit
052dc3ae58
@ -117,7 +117,7 @@ class BitcoinRPC(object):
|
|||||||
if json.loads(resp)['result'] == None:
|
if json.loads(resp)['result'] == None:
|
||||||
# make sure the block was created.
|
# make sure the block was created.
|
||||||
log.info("CHECKING FOR BLOCK AFTER SUBMITBLOCK")
|
log.info("CHECKING FOR BLOCK AFTER SUBMITBLOCK")
|
||||||
defer.returnValue((yield self.blockexists(hash_hex, scrypt_hex)))
|
defer.returnValue((yield self.blockexists(hash_hex, scrypt_hex)))
|
||||||
else:
|
else:
|
||||||
defer.returnValue(False)
|
defer.returnValue(False)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user