From a7d172fafd4b91c99fa803ee7521f966f2c2ece2 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Thu, 19 Jan 2017 23:06:56 +0400 Subject: [PATCH] update list of mn states in masternodelist rpc help (#1272) fix #1266 --- src/rpcmasternode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rpcmasternode.cpp b/src/rpcmasternode.cpp index fa8d2ce89..a9bdfaef0 100644 --- a/src/rpcmasternode.cpp +++ b/src/rpcmasternode.cpp @@ -472,8 +472,8 @@ UniValue masternodelist(const UniValue& params, bool fHelp) " partial match)\n" " protocol - Print protocol of a masternode (can be additionally filtered, exact match))\n" " rank - Print rank of a masternode based on current block\n" - " status - Print masternode status: PRE_ENABLED / ENABLED / EXPIRED / OUTPOINT_SPENT / REMOVE\n" - " (can be additionally filtered, partial match)\n" + " status - Print masternode status: PRE_ENABLED / ENABLED / EXPIRED / WATCHDOG_EXPIRED / NEW_START_REQUIRED /\n" + " UPDATE_REQUIRED / POSE_BAN / OUTPOINT_SPENT (can be additionally filtered, partial match)\n" ); }