main: get back "Sending transaction ..." splash

This commit is contained in:
xiphon 2020-12-10 23:59:12 +00:00
parent 96f9c11320
commit 90e9968dcb
1 changed files with 2 additions and 0 deletions

View File

@ -952,10 +952,12 @@ ApplicationWindow {
// Store to file
transaction.setFilename(path);
}
appWindow.showProcessingSplash(qsTr("Sending transaction ..."));
currentWallet.commitTransactionAsync(transaction);
}
function onTransactionCommitted(success, transaction, txid) {
hideProcessingSplash();
if (!success) {
console.log("Error committing transaction: " + transaction.errorString);
informationPopup.title = qsTr("Error") + translationManager.emptyString