Skip to content

Commit

Permalink
chain-config: capital IsOsaka (#9989)
Browse files Browse the repository at this point in the history
To Follow suit with rest of the naming
  • Loading branch information
somnathb1 authored Apr 22, 2024
1 parent 3af5c35 commit be8e4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erigon-lib/chain/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ type Rules struct {
IsByzantium, IsConstantinople, IsPetersburg bool
IsIstanbul, IsBerlin, IsLondon, IsShanghai bool
IsCancun, IsNapoli bool
IsPrague, isOsaka bool
IsPrague, IsOsaka bool
IsAura bool
}

Expand All @@ -535,7 +535,7 @@ func (c *Config) Rules(num uint64, time uint64) *Rules {
IsCancun: c.IsCancun(time),
IsNapoli: c.IsNapoli(num),
IsPrague: c.IsPrague(time),
isOsaka: c.IsOsaka(time),
IsOsaka: c.IsOsaka(time),
IsAura: c.Aura != nil,
}
}
Expand Down

0 comments on commit be8e4e6

Please sign in to comment.