Mercurial > hg > catoshi
changeset 26699:8118185be3f8
[Trivial] Remove incorrect help message from gettxoutproof()
author | John Newbery <john@johnnewbery.com> |
---|---|
date | Tue, 07 Feb 2017 11:20:06 -0500 |
parents | 3d05ea3505bf |
children | f9e290155672 |
files | src/rpc/rawtransaction.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/rpc/rawtransaction.cpp Tue Feb 07 13:03:21 2017 +0100 +++ b/src/rpc/rawtransaction.cpp Tue Feb 07 11:20:06 2017 -0500 @@ -245,7 +245,6 @@ "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"