cmd, core: remove override muir glacier and override istanbul (#20942)

This commit is contained in:
rene
2020-04-20 11:46:38 +02:00
committed by GitHub
parent ac9c03f910
commit 648b0cb714
8 changed files with 2 additions and 44 deletions

View File

@ -162,10 +162,4 @@ type Config struct {
// CheckpointOracle is the configuration for checkpoint oracle.
CheckpointOracle *params.CheckpointOracleConfig `toml:",omitempty"`
// Istanbul block override (TODO: remove after the fork)
OverrideIstanbul *big.Int `toml:",omitempty"`
// MuirGlacier block override (TODO: remove after the fork)
OverrideMuirGlacier *big.Int `toml:",omitempty"`
}