diff --git a/consensus/consensus.go b/consensus/consensus.go index a68351f7ff..8068af0a15 100644 --- a/consensus/consensus.go +++ b/consensus/consensus.go @@ -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