Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/rpc/rpchelp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3789,6 +3789,7 @@ void mc_InitRPCHelpMap16()

mapHelpStrings.insert(std::make_pair("listupgrades",
"listupgrades (upgrade-identifier(s))\n"
"\nArguments:\n"
"1. \"upgrade-identifier(s)\" (string, optional, default=*) Upgrade identifier - one of:\n"
" create txid, upgrade name.\n"
" or\n"
Expand Down Expand Up @@ -5670,4 +5671,4 @@ Value purehelpitem_onlyfilter(const Array& params, bool fHelp)
throw JSONRPCError(RPC_METHOD_NOT_FOUND, "This method can only be called from within a filter");

return Value::null;
}
}