aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Evans <[email protected]>2017-05-27 16:44:10 +0100
committerGitHub <[email protected]>2017-05-27 16:44:10 +0100
commit16d94d3d03efff9963b7a3cdb5a77c83a7e3e024 (patch)
treead1a3e7ee3aefe48a586588f1ca86d10d6c28bba
parentMerge #10445: Add test for empty chain and reorg consistency for gettxoutseti... (diff)
downloaddiscoin-16d94d3d03efff9963b7a3cdb5a77c83a7e3e024.tar.xz
discoin-16d94d3d03efff9963b7a3cdb5a77c83a7e3e024.zip
Fixing typo in rpcdump.cpp
-rw-r--r--src/wallet/rpcdump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
index d46cf69ef..613d5d228 100644
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -357,7 +357,7 @@ UniValue removeprunedfunds(const JSONRPCRequest& request)
if (request.fHelp || request.params.size() != 1)
throw std::runtime_error(
"removeprunedfunds \"txid\"\n"
- "\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"
+ "\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"
"\nArguments:\n"
"1. \"txid\" (string, required) The hex-encoded id of the transaction you are deleting\n"
"\nExamples:\n"