Merge pull request #460

02ab113 clear payment fields after transfer (Jaquee)
756a821 Wizard: clear restore from keys fields on wizard restart (Jaquee)
This commit is contained in:
Riccardo Spagni
2017-02-08 12:43:48 +02:00
3 changed files with 15 additions and 1 deletions

View File

@@ -628,6 +628,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()