mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
update genesis.Config.Clique.Epoch = genesis.Config.Clique.RewardCheckpoint = epochNumber
This commit is contained in:
parent
879c3283d5
commit
22254c17d5
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ func (w *wizard) makeGenesis() {
|
|||
fmt.Println()
|
||||
fmt.Println("How many blocks per epoch? (default = 900)")
|
||||
epochNumber := uint64(w.readDefaultInt(900))
|
||||
genesis.Config.Posv.Epoch = genesis.Config.Posv.RewardCheckpoint
|
||||
genesis.Config.Posv.Epoch = epochNumber
|
||||
genesis.Config.Posv.RewardCheckpoint = epochNumber
|
||||
|
||||
fmt.Println()
|
||||
|
|
|
|||
Loading…
Reference in a new issue