We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f7fb8 commit de3f84bCopy full SHA for de3f84b
mycelo/genesis/genesis_state.go
@@ -354,9 +354,6 @@ func (ctx *deployContext) deployRegistry() error {
354
func (ctx *deployContext) deployBlockchainParameters() error {
355
return ctx.deployCoreContract("BlockchainParameters", func(contract *contract.EVMBackend) error {
356
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),
360
newBigInt(ctx.genesisConfig.Blockchain.GasForNonGoldCurrencies),
361
newBigInt(ctx.genesisConfig.Blockchain.BlockGasLimit),
362
newBigInt(ctx.genesisConfig.Istanbul.LookbackWindow),
0 commit comments