From 7514e8a24d3dc332e58be4b26f893aff8c24a9e7 Mon Sep 17 00:00:00 2001 From: Péter Szilágyi Date: Mon, 2 Oct 2017 13:01:40 +0300 Subject: cmd/puppeth, params: enable Byzantium on all networks --- cmd/puppeth/wizard_genesis.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index 705e01031..43dae9c20 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -42,6 +42,7 @@ func (w *wizard) makeGenesis() { EIP150Block: big.NewInt(2), EIP155Block: big.NewInt(3), EIP158Block: big.NewInt(3), + ByzantiumBlock: big.NewInt(4), }, } // Figure out which consensus engine to choose -- cgit