Skip to content

Commit 08a2ca8

Browse files
committed
fixup with export MN
1 parent d6c6ecc commit 08a2ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/pivx/masternodeswidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ void MasterNodesWidget::onInfoMNClicked()
343343
"externalip=" + address.left(address.lastIndexOf(":")) + "\n"
344344
"listen=1\n";
345345
if (isLegacy) {
346-
exportedMN = "masternodeaddr=" + address + +"\n" +
346+
exportedMN += "masternodeaddr=" + address + +"\n" +
347347
"masternodeprivkey=" +
348348
index.sibling(index.row(), MNModel::PRIV_KEY).data(Qt::DisplayRole).toString() + "\n";
349349
} else {

0 commit comments

Comments
 (0)