We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c6ecc commit 08a2ca8Copy full SHA for 08a2ca8
src/qt/pivx/masternodeswidget.cpp
@@ -343,7 +343,7 @@ void MasterNodesWidget::onInfoMNClicked()
343
"externalip=" + address.left(address.lastIndexOf(":")) + "\n"
344
"listen=1\n";
345
if (isLegacy) {
346
- exportedMN = "masternodeaddr=" + address + +"\n" +
+ exportedMN += "masternodeaddr=" + address + +"\n" +
347
"masternodeprivkey=" +
348
index.sibling(index.row(), MNModel::PRIV_KEY).data(Qt::DisplayRole).toString() + "\n";
349
} else {
0 commit comments