Skip to content

Commit de3f84b

Browse files
committedJun 26, 2023
Call BlockchainParameters with less arguments
These have been removed in celo-org/celo-monorepo@e208c22
1 parent f6f7fb8 commit de3f84b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎mycelo/genesis/genesis_state.go

-3
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,6 @@ func (ctx *deployContext) deployRegistry() error {
354354
func (ctx *deployContext) deployBlockchainParameters() error {
355355
return ctx.deployCoreContract("BlockchainParameters", func(contract *contract.EVMBackend) error {
356356
return contract.SimpleCall("initialize",
357-
big.NewInt(ctx.genesisConfig.Blockchain.Version.Major),
358-
big.NewInt(ctx.genesisConfig.Blockchain.Version.Minor),
359-
big.NewInt(ctx.genesisConfig.Blockchain.Version.Patch),
360357
newBigInt(ctx.genesisConfig.Blockchain.GasForNonGoldCurrencies),
361358
newBigInt(ctx.genesisConfig.Blockchain.BlockGasLimit),
362359
newBigInt(ctx.genesisConfig.Istanbul.LookbackWindow),

0 commit comments

Comments
 (0)