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 9bf3853 commit bf341d3Copy full SHA for bf341d3
src/tabMain.py
@@ -279,7 +279,7 @@ def sendBroadcast(self, text):
279
printOK("Masternode broadcast sent")
280
message = "Start-message was successfully sent to the network.<br>"
281
message += "If your remote server is correctly configured and connected to the network, "
282
- message += "the output of the <b>./pivx-cli masternode status</b> command on the VPS should show:<br>"
+ message += "the output of the <b>./pivx-cli getmasternodestatus</b> command on the VPS should show:<br>"
283
message += "<br><em>\"message\": \"Masternode successfully started\"</em>"
284
myPopUp_sb(self.caller, "info", 'message relayed', message)
285
else:
0 commit comments