mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
RPC - Minor fixes
This commit is contained in:
parent
348fe6c23e
commit
5d4a572492
2 changed files with 3 additions and 3 deletions
|
@ -266,7 +266,7 @@ The `masternode<!--noref--> status` RPC prints masternode status information.
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "Deterministic Masternode State"
|
||||
|
||||
- n: "→<br>`service`"
|
||||
- n: "→ →<br>`service`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The IP address/port of the masternode"
|
||||
|
|
|
@ -32,7 +32,7 @@ The `quorum<!--noref--> list` RPC displays a list of on-chain quorums.
|
|||
- n: "`count`"
|
||||
t: "number"
|
||||
p: "Optional<br>(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<!--noref--> list` RPC displays a list of on-chain quorums.
|
|||
- n: "`proTxHash`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(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.<br>**Note: An empty string must be used unless Spork 18 (Quorum Debug Enabled) is active**"
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #2---detail level*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue