fix(rpc): Added missing quorum listextended in quorum help (#5095)

This commit is contained in:
Odysseas Gabrielides 2022-12-08 22:45:40 +02:00 committed by pasta
parent 865ad7808b
commit b85095f484
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -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"