This commit is contained in:
cui 2026-05-21 21:54:16 -07:00 committed by GitHub
commit 7e146f126b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -689,5 +689,6 @@ func (l *pricedList) SetBaseFee(baseFee *big.Int) {
base.SetFromBig(baseFee)
}
l.urgent.baseFee = base
l.floating.baseFee = new(uint256.Int).Set(base)
l.Reheap()
}