Skip to content

Commit c948c0f

Browse files
committed
Fix help for optional parameters in "quorum dkgstatus"
1 parent 957652b commit c948c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rpcquorums.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
void quorum_dkgstatus_help()
1212
{
1313
throw std::runtime_error(
14-
"quorum dkgstatus (proTxHash) (detail_level)\n"
14+
"quorum dkgstatus (\"proTxHash\" detail_level)\n"
1515
"\nArguments:\n"
1616
"1. \"proTxHash\" (string, optional, default=0) ProTxHash of masternode to show status for.\n"
1717
" If set to an empty string, the local status is shown.\n"

0 commit comments

Comments
 (0)