mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge #19777: docs: Correct description for getblockstats's txs field
4148f55dd0docs: Correct description for getblockstats's txs field (Nadav Ivgi) Pull request description: It does count the coinbase transaction. Refs #19766 ACKs for top commit: MarcoFalke: ACK4148f55dd0theStack: ACK4148f55dd0Tree-SHA512: ccd420f19242efbbbecfe822c825363bc89e26618834de0d805f5cdb07461c8bdc6e077c61ea8cd0d40564a96c67d8a71c68175c8543bb849909d7ae375b2a92
This commit is contained in:
commit
197450f808
1 changed files with 1 additions and 1 deletions
|
|
@ -1741,7 +1741,7 @@ static UniValue getblockstats(const JSONRPCRequest& request)
|
|||
{RPCResult::Type::NUM, "total_size", "Total size of all non-coinbase transactions"},
|
||||
{RPCResult::Type::NUM, "total_weight", "Total weight of all non-coinbase transactions divided by segwit scale factor (4)"},
|
||||
{RPCResult::Type::NUM, "totalfee", "The fee total"},
|
||||
{RPCResult::Type::NUM, "txs", "The number of transactions (excluding coinbase)"},
|
||||
{RPCResult::Type::NUM, "txs", "The number of transactions (including coinbase)"},
|
||||
{RPCResult::Type::NUM, "utxo_increase", "The increase/decrease in the number of unspent outputs"},
|
||||
{RPCResult::Type::NUM, "utxo_size_inc", "The increase/decrease in size for the utxo index (not discounting op_return and similar)"},
|
||||
}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue