mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
docs: Correct getblockstats documentation for (sw)total_weight
This commit is contained in:
parent
42b66a6b81
commit
5d9917464a
1 changed files with 2 additions and 2 deletions
|
@ -1816,12 +1816,12 @@ static RPCHelpMan getblockstats()
|
|||
{RPCResult::Type::NUM, "outs", "The number of outputs"},
|
||||
{RPCResult::Type::NUM, "subsidy", "The block subsidy"},
|
||||
{RPCResult::Type::NUM, "swtotal_size", "Total size of all segwit transactions"},
|
||||
{RPCResult::Type::NUM, "swtotal_weight", "Total weight of all segwit transactions divided by segwit scale factor (4)"},
|
||||
{RPCResult::Type::NUM, "swtotal_weight", "Total weight of all segwit transactions"},
|
||||
{RPCResult::Type::NUM, "swtxs", "The number of segwit transactions"},
|
||||
{RPCResult::Type::NUM, "time", "The block time"},
|
||||
{RPCResult::Type::NUM, "total_out", "Total amount in all outputs (excluding coinbase and thus reward [ie subsidy + totalfee])"},
|
||||
{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, "total_weight", "Total weight of all non-coinbase transactions"},
|
||||
{RPCResult::Type::NUM, "totalfee", "The fee total"},
|
||||
{RPCResult::Type::NUM, "txs", "The number of transactions (including coinbase)"},
|
||||
{RPCResult::Type::NUM, "utxo_increase", "The increase/decrease in the number of unspent outputs"},
|
||||
|
|
Loading…
Add table
Reference in a new issue