mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 23:13:45 +00:00
fix puppeth
This commit is contained in:
parent
48c0745964
commit
25a8cb4766
1 changed files with 4 additions and 3 deletions
|
|
@ -108,9 +108,10 @@ func (w *wizard) makeGenesis() {
|
||||||
genesis.Difficulty = big.NewInt(1)
|
genesis.Difficulty = big.NewInt(1)
|
||||||
genesis.GasLimit = 10000000
|
genesis.GasLimit = 10000000
|
||||||
genesis.Config.Bor = ¶ms.BorConfig{
|
genesis.Config.Bor = ¶ms.BorConfig{
|
||||||
Period: 1,
|
Period: 1,
|
||||||
ProducerDelay: 5,
|
ProducerDelay: 5,
|
||||||
Epoch: 60,
|
Sprint: 60,
|
||||||
|
ValidatorContract: "0x0000000000000000000000000000000000001000",
|
||||||
}
|
}
|
||||||
|
|
||||||
// We also need the initial list of signers
|
// We also need the initial list of signers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue