aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-05-30 12:39:48 +0200
committerWladimir J. van der Laan <[email protected]>2016-05-30 12:39:56 +0200
commit989df7ecf3a1b0dc788e1e017f36f106f72b8474 (patch)
treeb16a23fef4d5d35491cdf0e47648073dec6fbd8a /src/rpc/rawtransaction.cpp
parentMerge #8111: Benchmark SipHash (diff)
parentfix typo in help text (diff)
downloaddiscoin-989df7ecf3a1b0dc788e1e017f36f106f72b8474.tar.xz
discoin-989df7ecf3a1b0dc788e1e017f36f106f72b8474.zip
Merge #7896: fix typo in help text
fc95f6e fix typo in help text (Chris Moore)
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
-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 bec7ebe55..483fe746c 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"