Merge pull request #3267

90e9968d main: get back "Sending transaction ..." splash (xiphon)
This commit is contained in:
Alexander Blair 2020-12-10 18:02:11 -08:00
commit df771470c2
No known key found for this signature in database
GPG Key ID: C64552D877C32479
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