diff options
| author | John Newbery <[email protected]> | 2017-02-07 11:20:06 -0500 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-02-22 13:03:55 +0100 |
| commit | 9d3f9d2a5991e6e561e323f488cb40a803408b6b (patch) | |
| tree | 7e683f632578291f7bf8744c0641e1717b876fd2 /src/rpc/rawtransaction.cpp | |
| parent | Return errors from importmulti if complete rescans are not successful (diff) | |
| download | discoin-9d3f9d2a5991e6e561e323f488cb40a803408b6b.tar.xz discoin-9d3f9d2a5991e6e561e323f488cb40a803408b6b.zip | |
[Trivial] Remove incorrect help message from gettxoutproof()
Github-Pull: #9711
Rebased-From: 9949ebfa6a548260858df429f4d0e716e0a26065
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
| -rw-r--r-- | src/rpc/rawtransaction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 21396ebb0..bf16f2749 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" |