Skip to content

Commit

Permalink
Merge pull request ethereum#214 from etclabscore/fix/dumpconfig-ecip1…
Browse files Browse the repository at this point in the history
…099block-toml

main: fix dumpconfig toml marshaling with nil value
  • Loading branch information
iquidus authored Oct 19, 2020
2 parents 39df8e7 + f2bbe17 commit 5346013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/ethash/ethash.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5346013

Please sign in to comment.