diff options
Diffstat (limited to 'eth/config.go')
-rw-r--r-- | eth/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/config.go b/eth/config.go index 5b2eca585..517d7d8f3 100644 --- a/eth/config.go +++ b/eth/config.go @@ -101,6 +101,7 @@ type Config struct { MinerExtraData []byte `toml:",omitempty"` MinerGasPrice *big.Int MinerRecommit time.Duration + MinerNoverify bool // Ethash options Ethash ethash.Config |