aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
diff options
context:
space:
mode:
authorJames Evans <keystrike@users.noreply.github.com>2017-05-27 16:44:10 +0100
committerGitHub <noreply@github.com>2017-05-27 16:44:10 +0100
commit16d94d3d03efff9963b7a3cdb5a77c83a7e3e024 (patch)
treead1a3e7ee3aefe48a586588f1ca86d10d6c28bba /src/wallet/rpcdump.cpp
parentb4b057a3e0712dd16b50cbcfe7d613e4413ffa1c (diff)
downloadbitcoin-16d94d3d03efff9963b7a3cdb5a77c83a7e3e024.tar.xz
Fixing typo in rpcdump.cpp
Diffstat (limited to 'src/wallet/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 d46cf69efb..613d5d228a 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"