Skip to content

Commit b6b150b

Browse files
committed
Merge #10469: Fixing typo in rpcdump.cpp
16d94d3 Fixing typo in rpcdump.cpp (James Evans) Tree-SHA512: 84ef1b91c719131196ebed6b865e282b77bee7699614e15884ba59010239a3bbc1380dc8f856c83338f071e3eb3ca41c6b10f830816e6c794531cf6a965d63a9
2 parents 6a38b79 + 16d94d3 commit b6b150b

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
@@ -357,7 +357,7 @@ UniValue removeprunedfunds(const JSONRPCRequest& request)
357357
if (request.fHelp || request.params.size() != 1)
358358
throw std::runtime_error(
359359
"removeprunedfunds \"txid\"\n"
360-
"\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"
360+
"\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"
361361
"\nArguments:\n"
362362
"1. \"txid\" (string, required) The hex-encoded id of the transaction you are deleting\n"
363363
"\nExamples:\n"

0 commit comments

Comments
 (0)