diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-10-02 18:01:40 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-10-02 18:01:40 +0800 |
commit | 7514e8a24d3dc332e58be4b26f893aff8c24a9e7 (patch) | |
tree | d390b3b3fc747024462f6eb70e300b5417f893da /cmd | |
parent | d78ad226c26c84635c60fad233de9e6e438a5599 (diff) | |
download | dexon-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar.gz dexon-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.tar.zst dexon-7514e8a24d3dc332e58be4b26f893aff8c24a9e7.zip |
cmd/puppeth, params: enable Byzantium on all networks
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/puppeth/wizard_genesis.go | 1 |
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 |