Skip to content

Commit b708ea8

Browse files
laanwjPastaPastaPasta
authored andcommitted
Merge bitcoin#10469: Fixing typo in rpcdump.cpp
16d94d3 Fixing typo in rpcdump.cpp (James Evans) Tree-SHA512: 84ef1b91c719131196ebed6b865e282b77bee7699614e15884ba59010239a3bbc1380dc8f856c83338f071e3eb3ca41c6b10f830816e6c794531cf6a965d63a9
1 parent 55dc3da commit b708ea8

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
@@ -333,7 +333,7 @@ UniValue removeprunedfunds(const JSONRPCRequest& request)
333333
if (request.fHelp || request.params.size() != 1)
334334
throw std::runtime_error(
335335
"removeprunedfunds \"txid\"\n"
336-
"\nDeletes the specified transaction from the wallet. Meant for use with pruned wallets and as a companion to importprunedfunds. This will effect wallet balances.\n"
336+
"\nDeletes the specified transaction from the wallet. Meant for use with pruned wallets and as a companion to importprunedfunds. This will affect wallet balances.\n"
337337
"\nArguments:\n"
338338
"1. \"txid\" (string, required) The hex-encoded id of the transaction you are deleting\n"
339339
"\nExamples:\n"

0 commit comments

Comments
 (0)