Skip to content

Commit 8d12127

Browse files
committed
Merge bitcoin/bitcoin#26968: doc: Fixup remove 'omitted...' doc for rpc getrawtransaction when verbose is 2
3e947d7 doc: remove 'omitted...' doc for rpc getrawtransaction when verbose is 2 (dougEfish) Pull request description: Remove optional rpc doc for getrawtransaction when verbose is 2 ACKs for top commit: stickies-v: ACK 3e947d7 Tree-SHA512: b9e970d6ef4a47ec7ca32f5ff1028cc901f1bfdc1571668208505d42f4160733530601b78e469de82a854d3b298a55a81d0a7916bc5db4a43ad6d6a299c55c9e
2 parents 69ba572 + 3e947d7 commit 8d12127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ static RPCHelpMan getrawtransaction()
216216
{RPCResult::Type::NUM, "fee", /*optional=*/true, "transaction fee in " + CURRENCY_UNIT + ", omitted if block undo data is not available"},
217217
{RPCResult::Type::ARR, "vin", "",
218218
{
219-
{RPCResult::Type::OBJ, "", "utxo being spent, omitted if block undo data is not available",
219+
{RPCResult::Type::OBJ, "", "utxo being spent",
220220
{
221221
{RPCResult::Type::ELISION, "", "Same output as verbosity = 1"},
222-
{RPCResult::Type::OBJ, "prevout", /*optional=*/true, "Only if undo information is available)",
222+
{RPCResult::Type::OBJ, "prevout", /*optional=*/true, "The previous output, omitted if block undo data is not available",
223223
{
224224
{RPCResult::Type::BOOL, "generated", "Coinbase or not"},
225225
{RPCResult::Type::NUM, "height", "The height of the prevout"},

0 commit comments

Comments
 (0)