1
0

follow-up fixes to storage-db separation

e1ce3aace7
This commit is contained in:
SomberNight
2020-02-13 20:00:12 +01:00
parent 5d8d8f743a
commit 111ef9ebb1
5 changed files with 11 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ class TxDialog(Factory.Popup):
if b:
for tx in to_delete:
self.wallet.remove_transaction(tx)
self.wallet.storage.write()
self.wallet.save_db()
self.app._trigger_update_wallet() # FIXME private...
self.dismiss()
d = Question(question, on_prompt)