consensus: update for config2

This commit is contained in:
Felix Lange 2025-07-16 01:25:43 +02:00
parent 8725dece93
commit 31b636098f

View file

@ -31,7 +31,7 @@ import (
// blockchain during header verification.
type ChainHeaderReader interface {
// Config retrieves the blockchain's chain configuration.
Config() *params.ChainConfig
Config() *params.Config2
// CurrentHeader retrieves the current header from the local chain.
CurrentHeader() *types.Header