mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
store wallet after sending
This commit is contained in:
parent
c83336cc47
commit
5250b91576
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