mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #190
5250b91
store wallet after sending (Jacob Brydolf)
This commit is contained in:
commit
5afd11b7fe
1 changed files with 1 additions and 0 deletions
1
main.qml
1
main.qml
|
@ -527,6 +527,7 @@ ApplicationWindow {
|
|||
informationPopup.open()
|
||||
currentWallet.refresh()
|
||||
currentWallet.disposeTransaction(transaction)
|
||||
currentWallet.store();
|
||||
}
|
||||
|
||||
// called on "checkPayment"
|
||||
|
|
Loading…
Reference in a new issue