store wallet after sending

This commit is contained in:
Jacob Brydolf 2016-11-19 17:33:30 +01:00
parent c83336cc47
commit 5250b91576
No known key found for this signature in database
GPG Key ID: DE46246550D2F3C5
1 changed files with 1 additions and 0 deletions

View File

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