We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2935b46 commit ecb4fc3Copy full SHA for ecb4fc3
src/wallet/rpcdump.cpp
@@ -362,7 +362,7 @@ UniValue removeprunedfunds(const JSONRPCRequest& request)
362
"\nExamples:\n"
363
+ HelpExampleCli("removeprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"") +
364
"\nAs a JSON-RPC call\n"
365
- + HelpExampleRpc("removprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"")
+ + HelpExampleRpc("removeprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"")
366
);
367
368
LOCK2(cs_main, pwallet->cs_wallet);
0 commit comments