Skip to content

Commit bed5b30

Browse files
committed
Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof()
9949ebf [Trivial] Remove incorrect help message from gettxoutproof() (John Newbery)
2 parents 1efc99c + 9949ebf commit bed5b30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ UniValue gettxoutproof(const JSONRPCRequest& request)
245245
"unspent output in the utxo for this transaction. To make it always work,\n"
246246
"you need to maintain a transaction index, using the -txindex command line option or\n"
247247
"specify the block in which the transaction is included manually (by blockhash).\n"
248-
"\nReturn the raw transaction data.\n"
249248
"\nArguments:\n"
250249
"1. \"txids\" (string) A json array of txids to filter\n"
251250
" [\n"

0 commit comments

Comments
 (0)