mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-23 23:58:44 +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()
|
informationPopup.open()
|
||||||
currentWallet.refresh()
|
currentWallet.refresh()
|
||||||
currentWallet.disposeTransaction(transaction)
|
currentWallet.disposeTransaction(transaction)
|
||||||
|
currentWallet.store();
|
||||||
}
|
}
|
||||||
|
|
||||||
// called on "checkPayment"
|
// called on "checkPayment"
|
||||||
|
|
Loading…
Reference in a new issue