diff options
author | Determinant <[email protected]> | 2020-02-24 15:04:42 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2020-02-24 15:04:42 -0500 |
commit | a29ec3a0ae86185db68e9be6557e1c8dde89a92c (patch) | |
tree | 3eb097316717d5ca064f3a70350ea35980504aaa /eth/config.go | |
parent | f0fdb5dfb215bebc54d2a62e54f0c7ae3e71ff91 (diff) |
minor change
Diffstat (limited to 'eth/config.go')
-rw-r--r-- | eth/config.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eth/config.go b/eth/config.go index 0313783..85abe7c 100644 --- a/eth/config.go +++ b/eth/config.go @@ -156,6 +156,11 @@ 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 + + // Manually select and grow the canonical chain ManualCanonical bool } |