diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md b/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md index 69d21357..74a710ee 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/masternode.md @@ -266,7 +266,7 @@ The `masternode status` RPC prints masternode status information. p: "Required
(exactly 1)" d: "Deterministic Masternode State" -- n: "→
`service`" +- n: "→ →
`service`" t: "string" p: "Required
(exactly 1)" d: "The IP address/port of the masternode" diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md b/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md index 58489f86..5e054a4d 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/quorum.md @@ -32,7 +32,7 @@ The `quorum list` RPC displays a list of on-chain quorums. - n: "`count`" t: "number" p: "Optional
(0 or 1)" - d: "Number of quorums to list (default: 10)" + d: "Number of quorums to list. Will list active quorums if `count` is not specified." {% enditemplate %} *Result---a list of quorums* @@ -244,7 +244,7 @@ The `quorum list` RPC displays a list of on-chain quorums. - n: "`proTxHash`" t: "string (hex)" p: "Required
(exactly 1)" - d: "The Provider Registration transaction hash of the masternode to show status for. If set to an empty string, the local status is shown." + d: "The Provider Registration transaction hash of the masternode to show status for. If set to an empty string, the local status is shown.
**Note: An empty string must be used unless Spork 18 (Quorum Debug Enabled) is active**" {% enditemplate %} *Parameter #2---detail level*