diff --git a/core/txpool/legacypool/list.go b/core/txpool/legacypool/list.go index 0c9f13c62f..bcbcb5b80d 100644 --- a/core/txpool/legacypool/list.go +++ b/core/txpool/legacypool/list.go @@ -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() }