aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-02-07 11:20:06 -0500
committerJohn Newbery <john@johnnewbery.com>2017-02-07 11:21:14 -0500
commit9949ebfa6a548260858df429f4d0e716e0a26065 (patch)
tree4fd2671123d75a81a0df0b2ac90d760df9a94a39 /src/rpc/rawtransaction.cpp
parent729de15b6365face6ae9e12a03624da33a6302f0 (diff)
downloadbitcoin-9949ebfa6a548260858df429f4d0e716e0a26065.tar.xz
[Trivial] Remove incorrect help message from gettxoutproof()
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
-rw-r--r--src/rpc/rawtransaction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 21396ebb09..bf16f27498 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -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"