Report server in error when saving wallet as part of rescan

This commit is contained in:
Duke
2023-03-26 08:10:43 -07:00
parent f22f97463b
commit 17fcb84a89

View File

@@ -245,7 +245,7 @@ MainWindow::MainWindow(QWidget *parent) :
if (parsed.isEmpty() || parsed["result"].isNull()) { if (parsed.isEmpty() || parsed["result"].isNull()) {
QMessageBox::warning(this, tr("Failed to save wallet"), QMessageBox::warning(this, tr("Failed to save wallet"),
tr("Couldn't save the wallet") + "\n" + reply, tr("Couldn't save the wallet") + "\n" + "server=" + config->server + "\n" + reply,
QMessageBox::Ok); QMessageBox::Ok);
} else { } else {