From bf341d3165abb859e090483aa576b7358ee7e2f3 Mon Sep 17 00:00:00 2001 From: random-zebra Date: Thu, 19 Dec 2019 10:55:03 +0100 Subject: [PATCH] [Trivial] fix sendBroadcast msg with correct rpc (getmasternodestatus) --- src/tabMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabMain.py b/src/tabMain.py index 7de7f25..dfc2d22 100644 --- a/src/tabMain.py +++ b/src/tabMain.py @@ -279,7 +279,7 @@ def sendBroadcast(self, text): printOK("Masternode broadcast sent") message = "Start-message was successfully sent to the network.
" message += "If your remote server is correctly configured and connected to the network, " - message += "the output of the ./pivx-cli masternode status command on the VPS should show:
" + message += "the output of the ./pivx-cli getmasternodestatus command on the VPS should show:
" message += "
\"message\": \"Masternode successfully started\"" myPopUp_sb(self.caller, "info", 'message relayed', message) else: