Skip to content

Commit 3e947d7

Browse files
committed
doc: remove 'omitted...' doc for rpc getrawtransaction when verbose is 2
1 parent a12b27a commit 3e947d7

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)