Merge pull request #190

5250b91 store wallet after sending (Jacob Brydolf)
This commit is contained in:
Riccardo Spagni 2016-11-24 12:34:51 +02:00
commit 5afd11b7fe
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -527,6 +527,7 @@ ApplicationWindow {
informationPopup.open()
currentWallet.refresh()
currentWallet.disposeTransaction(transaction)
currentWallet.store();
}
// called on "checkPayment"