forked from forks/go-ethereum
This change divides BlobGasUsed by MaxBlobGasPerBlock instead of
MaxBlobsPerBlock. Dividing by MaxBlobsPerBlock
meant the blobGasUsedRatio was an incorrect large number. This bug was
introduced by a typo
[here](
|
||
|---|---|---|
| .. | ||
| feehistory.go | ||
| feehistory_test.go | ||
| gasprice.go | ||
| gasprice_test.go | ||