aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-10-02 18:01:40 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-10-02 18:01:40 +0800
commit7514e8a24d3dc332e58be4b26f893aff8c24a9e7 (patch)
treed390b3b3fc747024462f6eb70e300b5417f893da /cmd
parentd78ad226c26c84635c60fad233de9e6e438a5599 (diff)
downloadgo-tangerine-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar
go-tangerine-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar.gz
go-tangerine-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar.bz2
go-tangerine-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar.lz
go-tangerine-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar.xz
go-tangerine-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar.zst
go-tangerine-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.zip
cmd/puppeth, params: enable Byzantium on all networks
Diffstat (limited to 'cmd')
-rw-r--r--cmd/puppeth/wizard_genesis.go1
1 files changed, 1 insertions, 0 deletions
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