fix typo in help text

'in which the transaction is included in'
This commit is contained in:
Chris Moore
2016-04-16 13:35:42 -07:00
committed by lateminer
parent 77e1ba55a0
commit 5b2b334c1c

View File

@@ -217,7 +217,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"