Skip to content

Commit fc95f6e

Browse files
committed
fix typo in help text
'in which the transaction is included in'
1 parent 73fc922 commit fc95f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ UniValue gettxoutproof(const UniValue& params, bool fHelp)
211211
"\nNOTE: By default this function only works sometimes. This is when there is an\n"
212212
"unspent output in the utxo for this transaction. To make it always work,\n"
213213
"you need to maintain a transaction index, using the -txindex command line option or\n"
214-
"specify the block in which the transaction is included in manually (by blockhash).\n"
214+
"specify the block in which the transaction is included manually (by blockhash).\n"
215215
"\nReturn the raw transaction data.\n"
216216
"\nArguments:\n"
217217
"1. \"txids\" (string) A json array of txids to filter\n"

0 commit comments

Comments
 (0)