fix indent

This commit is contained in:
Alan Penner 2014-01-31 09:15:43 -08:00
parent 781aa0285a
commit 052dc3ae58

View File

@ -117,7 +117,7 @@ class BitcoinRPC(object):
if json.loads(resp)['result'] == None:
# make sure the block was created.
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:
defer.returnValue(False)