mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
consensus: update for config2
This commit is contained in:
parent
8725dece93
commit
31b636098f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import (
|
||||||
// blockchain during header verification.
|
// blockchain during header verification.
|
||||||
type ChainHeaderReader interface {
|
type ChainHeaderReader interface {
|
||||||
// Config retrieves the blockchain's chain configuration.
|
// Config retrieves the blockchain's chain configuration.
|
||||||
Config() *params.ChainConfig
|
Config() *params.Config2
|
||||||
|
|
||||||
// CurrentHeader retrieves the current header from the local chain.
|
// CurrentHeader retrieves the current header from the local chain.
|
||||||
CurrentHeader() *types.Header
|
CurrentHeader() *types.Header
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue