mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-18 14:06:06 +01:00
store wallet after sending
This commit is contained in:
parent
c83336cc47
commit
5250b91576
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 New Issue
Block a user