diff options
author | James Evans <keystrike@users.noreply.github.com> | 2017-05-27 16:44:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-27 16:44:10 +0100 |
commit | 16d94d3d03efff9963b7a3cdb5a77c83a7e3e024 (patch) | |
tree | ad1a3e7ee3aefe48a586588f1ca86d10d6c28bba /src | |
parent | b4b057a3e0712dd16b50cbcfe7d613e4413ffa1c (diff) |
Fixing typo in rpcdump.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/rpcdump.cpp | 2 |
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" |