mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-11 18:14:25 -05:00
wallet_state flake8
This commit is contained in:
committed by
Richard Kiss
parent
c037d04fc5
commit
fa629fbcdd
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user