mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Merge 24db360bf3 into 12eabbd76d
This commit is contained in:
commit
7e146f126b
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue