Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/0xPolygon/heimdall-v2 in…
Browse files Browse the repository at this point in the history
…to avalkov/verify-checkpoint
  • Loading branch information
pratikspatil024 committed Feb 7, 2025
2 parents 795ec14 + 038416c commit ca7d174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/heimdalld/cmd/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ testnet --v 4 --n 8 --output-dir ./output --starting-ip-address 192.168.10.2
return err
}

time := cmttime.Now()
for i := 0; i < totalValidators; i++ {
if err = genutil.ExportGenesisFileWithTime(genFiles[i], chainID, nil, appStateJSON, cmttime.Now()); err != nil {
if err = genutil.ExportGenesisFileWithTime(genFiles[i], chainID, nil, appStateJSON, time); err != nil {
return err
}
}
Expand Down

0 comments on commit ca7d174

Please sign in to comment.