fix indent

This commit is contained in:
Alan Penner 2014-01-30 16:57:30 -08:00
parent 1e8a69d60d
commit 8c598d1cf2

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)