Merge g599 via ts_20220515-partial-25

This commit is contained in:
Luke Dashjr 2024-06-21 19:28:12 +00:00
commit c0730223ad

View File

@ -464,8 +464,9 @@ bool SendCoinsDialog::signWithExternalSigner(PartiallySignedTransaction& psbtx,
return false; return false;
} }
if (err != TransactionError::OK) { if (err != TransactionError::OK) {
tfm::format(std::cerr, "Failed to sign PSBT");
processSendCoinsReturn(WalletModel::TransactionCreationFailed); processSendCoinsReturn(WalletModel::TransactionCreationFailed);
const QString msg = tr("Failed to sign PSBT");
QMessageBox::critical(nullptr, msg, msg);
return false; return false;
} }
// fillPSBT does not always properly finalize // fillPSBT does not always properly finalize