aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index c09f0c3c..5f90a950 100644
--- a/main.qml
+++ b/main.qml
@@ -527,6 +527,7 @@ ApplicationWindow {
informationPopup.open()
currentWallet.refresh()
currentWallet.disposeTransaction(transaction)
+ currentWallet.store();
}
// called on "checkPayment"