Browse Source

Merge #7896: fix typo in help text

fc95f6e fix typo in help text (Chris Moore)
0.13
Wladimir J. van der Laan 8 years ago
parent
commit
989df7ecf3
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/rpc/rawtransaction.cpp

2
src/rpc/rawtransaction.cpp

@ -211,7 +211,7 @@ UniValue gettxoutproof(const UniValue& params, bool fHelp) @@ -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"

Loading…
Cancel
Save