Skip to content

Commit 9221e0d

Browse files
jonasschnelliPastaPastaPasta
authored andcommitted
Merge bitcoin#10728: fix typo in help text for removeprunedfunds
ecb4fc3 fix typo in help text for removeprunedfunds (Akio Nakamura) Tree-SHA512: 2603851f1ac90bc0b90ced6355b0056e4cb658303cb2cd03ee0827ed0053157ebb87de48076f4d4f556991bfdbdb65d0a68a8dbd275c501cee4c9b5746a9562b
1 parent 184847c commit 9221e0d

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
@@ -363,7 +363,7 @@ UniValue removeprunedfunds(const JSONRPCRequest& request)
363363
"\nExamples:\n"
364364
+ HelpExampleCli("removeprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"") +
365365
"\nAs a JSON-RPC call\n"
366-
+ HelpExampleRpc("removprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"")
366+
+ HelpExampleRpc("removeprunedfunds", "\"a8d0c0184dde994a09ec054286f1ce581bebf46446a512166eae7628734ea0a5\"")
367367
);
368368

369369
LOCK2(cs_main, pwallet->cs_wallet);

0 commit comments

Comments
 (0)