mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
rpc: fix help for gobject_list_prepared (#3879)
This commit is contained in:
parent
39ded9f7c1
commit
ef173b9056
@ -246,7 +246,7 @@ UniValue gobject_list_prepared(const JSONRPCRequest& request)
|
||||
{
|
||||
CWallet* const pwallet = GetWalletForJSONRPCRequest(request);
|
||||
if (request.fHelp || (request.params.size() > 2)) {
|
||||
gobject_prepare_help(pwallet);
|
||||
gobject_list_prepared_help(pwallet);
|
||||
}
|
||||
|
||||
if (!EnsureWalletIsAvailable(pwallet, request.fHelp))
|
||||
|
Loading…
Reference in New Issue
Block a user