Skip to content

Commit

Permalink
style: fix lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Jan 8, 2025
1 parent 4b3da6a commit 6218766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func isForked(s, head *big.Int) bool {
type ChainConfig struct {
params.ChainConfig
IstanbulBlock *big.Int `json:"istanbulBlock,omitempty"` // Istanbul switch block (nil = no fork, 0 = already on istanbul)
GalacticaBlock *big.Int `json:"GalacticaBlock,omitempty"` // Galactica switch block (nil = no fork, 0 = already on galactica)
GalacticaBlock *big.Int `json:"galacticaBlock,omitempty"` // Galactica switch block (nil = no fork, 0 = already on galactica)
}

// IsIstanbul returns whether num is either equal to the Istanbul fork block or greater.
Expand Down

0 comments on commit 6218766

Please sign in to comment.