taikoxyz / taiko-geth

An L2 execution engine implementation for the Taiko protocol. 🚚
https://geth.taiko.xyz
GNU Lesser General Public License v3.0
215 stars 146 forks source link

fix(txpool): basefee requires mintip to not be nil. #297

Closed johntaiko closed 1 month ago

johntaiko commented 1 month ago

https://github.com/taikoxyz/taiko-geth/blob/882a6cd3294cd1c74eac37fbc37c54e64f0dc363/core/txpool/legacypool/legacypool.go#L550

The BaseFee is only effective if MinTip is not nil.