Skip to content

Commit 7397af9

Browse files
committed
Merge #10728: fix typo in help text for removeprunedfunds
ecb4fc3 fix typo in help text for removeprunedfunds (Akio Nakamura) Tree-SHA512: 2603851f1ac90bc0b90ced6355b0056e4cb658303cb2cd03ee0827ed0053157ebb87de48076f4d4f556991bfdbdb65d0a68a8dbd275c501cee4c9b5746a9562b
2 parents d81bec7 + ecb4fc3 commit 7397af9

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)