mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-02 21:18:40 +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)
|
base.SetFromBig(baseFee)
|
||||||
}
|
}
|
||||||
l.urgent.baseFee = base
|
l.urgent.baseFee = base
|
||||||
|
l.floating.baseFee = new(uint256.Int).Set(base)
|
||||||
l.Reheap()
|
l.Reheap()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue