mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-13 13:22:38 -03:00
doc: remove 'omitted...' doc for rpc getrawtransaction when verbose is 2
This commit is contained in:
parent
a12b27a2a6
commit
3e947d7117
1 changed files with 2 additions and 2 deletions
|
@ -216,10 +216,10 @@ static RPCHelpMan getrawtransaction()
|
|||
{RPCResult::Type::NUM, "fee", /*optional=*/true, "transaction fee in " + CURRENCY_UNIT + ", omitted if block undo data is not available"},
|
||||
{RPCResult::Type::ARR, "vin", "",
|
||||
{
|
||||
{RPCResult::Type::OBJ, "", "utxo being spent, omitted if block undo data is not available",
|
||||
{RPCResult::Type::OBJ, "", "utxo being spent",
|
||||
{
|
||||
{RPCResult::Type::ELISION, "", "Same output as verbosity = 1"},
|
||||
{RPCResult::Type::OBJ, "prevout", /*optional=*/true, "Only if undo information is available)",
|
||||
{RPCResult::Type::OBJ, "prevout", /*optional=*/true, "The previous output, omitted if block undo data is not available",
|
||||
{
|
||||
{RPCResult::Type::BOOL, "generated", "Coinbase or not"},
|
||||
{RPCResult::Type::NUM, "height", "The height of the prevout"},
|
||||
|
|
Loading…
Reference in a new issue