From fa629fbcddaf3c4e54d303a21fc8bbef44de139f Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Wed, 25 Mar 2020 10:43:57 -0700 Subject: [PATCH] wallet_state flake8 --- src/wallet/wallet_state_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/wallet_state_manager.py b/src/wallet/wallet_state_manager.py index 1e99caf917..5d07549575 100644 --- a/src/wallet/wallet_state_manager.py +++ b/src/wallet/wallet_state_manager.py @@ -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()