From 07acdd5af929ed1edb764e105bd762e4ea968e94 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 13 Dec 2018 11:19:43 -0500 Subject: [PATCH] RPC - Update mode name --- _includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md b/_includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md index d51aa6ac..e31b0d28 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md @@ -40,7 +40,7 @@ Mode | Description `lastseen` | Print timestamp of when a masternode was last seen on the network `payee` | Print Dash address associated with a masternode (can be additionally filtered, partial match) `protocol` | Print protocol of a masternode (can be additionally filtered, exact match) -`pubkey` | Print the masternode (not collateral) public key +`keyid` | Print the masternode (not collateral) key id `rank` | Print rank of a masternode based on current block `sentinel` | Print sentinel version of a masternode (can be additionally filtered, exact match) `status` | Print masternode status: PRE_ENABLED / ENABLED / EXPIRED / SENTINEL_PING_EXPIRED / NEW_START_REQUIRED / UPDATE_REQUIRED / POSE_BAN / OUTPOINT_SPENT (can be additionally filtered, partial match)