Skip to content

Commit 810fd3a

Browse files
authored
Merge pull request #4 from maticnetwork/bor-consensus-fix
Bor consensus fix
2 parents bb11e7b + f5c8b15 commit 810fd3a

File tree

4 files changed

+161
-205
lines changed

4 files changed

+161
-205
lines changed

cmd/puppeth/wizard_genesis.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ func (w *wizard) makeGenesis() {
108108
genesis.Difficulty = big.NewInt(1)
109109
genesis.GasLimit = 10000000
110110
genesis.Config.Bor = &params.BorConfig{
111-
Period: 1,
112-
ProducerDelay: 5,
113-
Epoch: 60,
111+
Period: 1,
112+
ProducerDelay: 5,
113+
Sprint: 60,
114+
ValidatorContract: "0x0000000000000000000000000000000000001000",
114115
}
115116

116117
// We also need the initial list of signers

0 commit comments

Comments
 (0)