Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Oct 13, 2023
1 parent e0f0fa7 commit 83eab20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config_arbitrum.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type ArbitrumChainParams struct {
InitialChainOwner common.Address
GenesisBlockNum uint64
MaxCodeSize uint64 // Maximum bytecode to permit for a contract. 0 value implies params.MaxCodeSize
MaxInitCodeSize uint64 // Maximum initcode to permit in a creation transaction and create instructions. o vale implies params.MaxInitCodeSize
MaxInitCodeSize uint64 // Maximum initcode to permit in a creation transaction and create instructions. o value implies params.MaxInitCodeSize
}

func (c *ChainConfig) IsArbitrum() bool {
Expand Down

0 comments on commit 83eab20

Please sign in to comment.