clear payment fields after transfer

This commit is contained in:
Jaquee
2017-02-04 14:44:30 +01:00
parent 756a821f41
commit 02ab113762
2 changed files with 11 additions and 0 deletions

View File

@@ -626,6 +626,10 @@ ApplicationWindow {
for (var i = 0; i < txid.length; ++i)
currentWallet.setUserNote(txid[i], transactionDescription);
}
// Clear tx fields
middlePanel.transferView.clearFields()
}
informationPopup.onCloseCallback = null
informationPopup.open()