From 5250b91576f142d840e915e8f8ea3063bcbac496 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Sat, 19 Nov 2016 17:33:30 +0100 Subject: [PATCH] store wallet after sending --- main.qml | 1 + 1 file changed, 1 insertion(+) 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"