diff --git a/consensus/ethash/ethash.go b/consensus/ethash/ethash.go index afcb158c5df7..ea2b01ced7aa 100644 --- a/consensus/ethash/ethash.go +++ b/consensus/ethash/ethash.go @@ -429,7 +429,7 @@ type Config struct { Log log.Logger `toml:"-"` // ECIP-1099 - ECIP1099Block *uint64 + ECIP1099Block *uint64 `toml:"-"` } // Ethash is a consensus engine based on proof-of-work implementing the ethash