aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-05-30 12:39:48 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-05-30 12:39:56 +0200
commit989df7ecf3a1b0dc788e1e017f36f106f72b8474 (patch)
treeb16a23fef4d5d35491cdf0e47648073dec6fbd8a /src
parent61b86848b163ee3cd62fde579c715526eaa8cc9b (diff)
parentfc95f6ecb6ee09c4a5832247f2c8759cb88c2fa1 (diff)
downloadbitcoin-989df7ecf3a1b0dc788e1e017f36f106f72b8474.tar.xz
Merge #7896: fix typo in help text
fc95f6e fix typo in help text (Chris Moore)
Diffstat (limited to 'src')
-rw-r--r--src/rpc/rawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index bec7ebe55f..483fe746ca 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -211,7 +211,7 @@ UniValue gettxoutproof(const UniValue& params, bool fHelp)
"\nNOTE: By default this function only works sometimes. This is when there is an\n"
"unspent output in the utxo for this transaction. To make it always work,\n"
"you need to maintain a transaction index, using the -txindex command line option or\n"
- "specify the block in which the transaction is included in manually (by blockhash).\n"
+ "specify the block in which the transaction is included manually (by blockhash).\n"
"\nReturn the raw transaction data.\n"
"\nArguments:\n"
"1. \"txids\" (string) A json array of txids to filter\n"