Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Jan 16, 2025
1 parent e6ccb60 commit 9634038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggoracle/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Config struct {
EVMSender chaingersender.EVMConfig `mapstructure:"EVMSender"`
}

// ApplyL2ChainID copies L2ChainID to relavent config fields
// ApplyL2ChainID copies L2ChainID to relevant config fields
func (c *Config) ApplyL2ChainID(l2ChainID uint64) {
// Ethereman needs to have the L2ChainID in the L1ChainID field for aggOacle
c.EVMSender.EthTxManager.Etherman.L1ChainID = l2ChainID
Expand Down

0 comments on commit 9634038

Please sign in to comment.