Browse Source

Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()

9949ebf [Trivial] Remove incorrect help message from gettxoutproof() (John Newbery)
0.15
Wladimir J. van der Laan 8 years ago
parent
commit
bed5b30a56
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/rpc/rawtransaction.cpp

1
src/rpc/rawtransaction.cpp

@ -245,7 +245,6 @@ UniValue gettxoutproof(const JSONRPCRequest& request) @@ -245,7 +245,6 @@ UniValue gettxoutproof(const JSONRPCRequest& request)
"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 manually (by blockhash).\n"
"\nReturn the raw transaction data.\n"
"\nArguments:\n"
"1. \"txids\" (string) A json array of txids to filter\n"
" [\n"

Loading…
Cancel
Save