Skip to content

Commit ecb4fc3

Browse files
committed
fix typo in help text for removeprunedfunds
1 parent 2935b46 commit ecb4fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcdump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ UniValue removeprunedfunds(const JSONRPCRequest& request)
362362
"\nExamples:\n"
363363
+ HelpExampleCli("removeprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"") +
364364
"\nAs a JSON-RPC call\n"
365-
+ HelpExampleRpc("removprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"")
365+
+ HelpExampleRpc("removeprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"")
366366
);
367367

368368
LOCK2(cs_main, pwallet->cs_wallet);

0 commit comments

Comments
 (0)