Skip to content

Commit 16d94d3

Browse files
authored
Fixing typo in rpcdump.cpp
1 parent b4b057a commit 16d94d3

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)