Files
bitcoin/test/functional/data/rpc_getblockstats.json
Lőrinc 5f36e0ff1e rpc: fix getblockstats UTXO overhead accounting
`Coin` packs height and the coinbase flag into a single 32-bit value, so `utxo_size_inc(_actual)` should not count an additional boolean.

Update the calculation and adjust the `rpc_getblockstats` test expectations.
2026-02-09 17:27:39 +01:00

57 KiB