acmd, core, eth, les: support --override.istanbul

This commit is contained in:
Péter Szilágyi
2019-08-23 12:09:27 +03:00
parent 961aa0533f
commit e39b2a2bde
7 changed files with 21 additions and 2 deletions

View File

@ -154,4 +154,7 @@ 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
}