Skip to content

Commit

Permalink
[Trivial] fix sendBroadcast msg with correct rpc (getmasternodestatus)
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Dec 19, 2019
1 parent 9bf3853 commit bf341d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def sendBroadcast(self, text):
printOK("Masternode broadcast sent")
message = "Start-message was successfully sent to the network.<br>"
message += "If your remote server is correctly configured and connected to the network, "
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>"
message += "<br><em>\"message\": \"Masternode successfully started\"</em>"
myPopUp_sb(self.caller, "info", 'message relayed', message)
else:
Expand Down

0 comments on commit bf341d3

Please sign in to comment.