mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 14:27:26 -04:00
store wallet after sending
This commit is contained in:
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user