Report server in error when saving wallet as part of rescan
This commit is contained in:
@@ -245,7 +245,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
|
||||
if (parsed.isEmpty() || parsed["result"].isNull()) {
|
||||
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);
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user