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" ); }