aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-02-22 13:03:37 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-02-22 13:03:42 +0100
commitbed5b30a5622782b35d0d28fccde979e188901f1 (patch)
tree58095ff933bc29a04ffc3f8c58f12a503d84f698 /src/rpc
parent1efc99c4dc4d2f137b80ca128e6f0f6e9ad353cd (diff)
parent9949ebfa6a548260858df429f4d0e716e0a26065 (diff)
downloadbitcoin-bed5b30a5622782b35d0d28fccde979e188901f1.tar.xz
Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()
9949ebf [Trivial] Remove incorrect help message from gettxoutproof() (John Newbery)
Diffstat (limited to 'src/rpc')
-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"