@@ -1816,12 +1816,12 @@ static RPCHelpMan getblockstats()
1816
1816
{RPCResult::Type::NUM, " outs" , " The number of outputs" },
1817
1817
{RPCResult::Type::NUM, " subsidy" , " The block subsidy" },
1818
1818
{RPCResult::Type::NUM, " swtotal_size" , " Total size of all segwit transactions" },
1819
- {RPCResult::Type::NUM, " swtotal_weight" , " Total weight of all segwit transactions divided by segwit scale factor (4) " },
1819
+ {RPCResult::Type::NUM, " swtotal_weight" , " Total weight of all segwit transactions" },
1820
1820
{RPCResult::Type::NUM, " swtxs" , " The number of segwit transactions" },
1821
1821
{RPCResult::Type::NUM, " time" , " The block time" },
1822
1822
{RPCResult::Type::NUM, " total_out" , " Total amount in all outputs (excluding coinbase and thus reward [ie subsidy + totalfee])" },
1823
1823
{RPCResult::Type::NUM, " total_size" , " Total size of all non-coinbase transactions" },
1824
- {RPCResult::Type::NUM, " total_weight" , " Total weight of all non-coinbase transactions divided by segwit scale factor (4) " },
1824
+ {RPCResult::Type::NUM, " total_weight" , " Total weight of all non-coinbase transactions" },
1825
1825
{RPCResult::Type::NUM, " totalfee" , " The fee total" },
1826
1826
{RPCResult::Type::NUM, " txs" , " The number of transactions (including coinbase)" },
1827
1827
{RPCResult::Type::NUM, " utxo_increase" , " The increase/decrease in the number of unspent outputs" },
0 commit comments