cmd/puppeth, params: enable Byzantium on all networks

This commit is contained in:
Péter Szilágyi
2017-10-02 13:01:40 +03:00
parent d78ad226c2
commit 7514e8a24d
2 changed files with 3 additions and 3 deletions

View File

@ -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