mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
fix(rpc): Added missing quorum listextended in quorum help (#5095)
This commit is contained in:
parent
865ad7808b
commit
b85095f484
@ -768,6 +768,7 @@ static UniValue quorum_rotationinfo(const JSONRPCRequest& request)
|
|||||||
"To get help on individual commands, use \"help quorum command\".\n"
|
"To get help on individual commands, use \"help quorum command\".\n"
|
||||||
"\nAvailable commands:\n"
|
"\nAvailable commands:\n"
|
||||||
" list - List of on-chain quorums\n"
|
" list - List of on-chain quorums\n"
|
||||||
|
" listextended - Extended list of on-chain quorums\n"
|
||||||
" info - Return information about a quorum\n"
|
" info - Return information about a quorum\n"
|
||||||
" dkgsimerror - Simulates DKG errors and malicious behavior\n"
|
" dkgsimerror - Simulates DKG errors and malicious behavior\n"
|
||||||
" dkgstatus - Return the status of the current DKG process\n"
|
" dkgstatus - Return the status of the current DKG process\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user