diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-19 17:33:30 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-11-19 17:33:30 +0100 |
| commit | 5250b91576f142d840e915e8f8ea3063bcbac496 (patch) | |
| tree | f0d632a223e508bcfa58d08fde6ccebe8e9723e7 | |
| parent | c83336cc4714215725cba957d8ea164a57c33987 (diff) | |
| download | monzero-gui-5250b91576f142d840e915e8f8ea3063bcbac496.tar.gz monzero-gui-5250b91576f142d840e915e8f8ea3063bcbac496.tar.xz monzero-gui-5250b91576f142d840e915e8f8ea3063bcbac496.zip | |
store wallet after sending
| -rw-r--r-- | main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -527,6 +527,7 @@ ApplicationWindow { informationPopup.open() currentWallet.refresh() currentWallet.disposeTransaction(transaction) + currentWallet.store(); } // called on "checkPayment" |
