wallet_state flake8

This commit is contained in:
Gene Hoffman
2020-03-25 20:38:36 -07:00
committed by Richard Kiss
parent c037d04fc5
commit fa629fbcdd
+2 -2
View File
@@ -1006,9 +1006,9 @@ class WalletStateManager:
Retries sending spend_bundle to the Full_Node, after confirmed tx
get's excluded from chain because of the reorg.
"""
#print("Resending...")
self.log.info(f"Wallet Resending...")
# TODO Straya
# TODO Straya - was print("Resending...")
async def close_all_stores(self):
await self.wallet_store.close()