aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
diff options
context:
space:
mode:
authorChris Moore <[email protected]>2016-04-16 13:35:42 -0700
committerChris Moore <[email protected]>2016-04-16 13:35:42 -0700
commitfc95f6ecb6ee09c4a5832247f2c8759cb88c2fa1 (patch)
tree4bcb1a94f99fe312897eec046ec18218ad31fd03 /src/rpc/rawtransaction.cpp
parentMerge #7603: Build System: Use PACKAGE_TARNAME in NSIS script (diff)
downloaddiscoin-fc95f6ecb6ee09c4a5832247f2c8759cb88c2fa1.tar.xz
discoin-fc95f6ecb6ee09c4a5832247f2c8759cb88c2fa1.zip
fix typo in help text
'in which the transaction is included in'
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 de8cd68f6..4e1b1576a 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"