Skip to content

Commit bf341d3

Browse files
committed
[Trivial] fix sendBroadcast msg with correct rpc (getmasternodestatus)
1 parent 9bf3853 commit bf341d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabMain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def sendBroadcast(self, text):
279279
printOK("Masternode broadcast sent")
280280
message = "Start-message was successfully sent to the network.<br>"
281281
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>"
282+
message += "the output of the <b>./pivx-cli getmasternodestatus</b> command on the VPS should show:<br>"
283283
message += "<br><em>\"message\": \"Masternode successfully started\"</em>"
284284
myPopUp_sb(self.caller, "info", 'message relayed', message)
285285
else:

0 commit comments

Comments
 (0)