1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-22 03:15:52 +01:00

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

This commit is contained in:
xiphon 2020-12-10 23:59:12 +00:00
parent 96f9c11320
commit 90e9968dcb

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