Browse Source

wallet.clear_history: clear txns and verified txns too

3.1
SomberNight 7 years ago
parent
commit
63e402c2d7
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -271,6 +271,8 @@ class Abstract_Wallet(PrintError):
self.pruned_txo = {}
self.spent_outpoints = {}
self.history = {}
self.verified_tx = {}
self.transactions = {}
self.save_transactions()
@profiler

Loading…
Cancel
Save