Skip to content

Commit 989df7e

Browse files
committed
Merge #7896: fix typo in help text
fc95f6e fix typo in help text (Chris Moore)
2 parents 61b8684 + fc95f6e commit 989df7e

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)