Skip to content

Commit

Permalink
TODO: add comment to make sure upgrade height is not an integer multi…
Browse files Browse the repository at this point in the history
…ple of 200(epoch number)
  • Loading branch information
SolidityGo committed Mar 15, 2022
1 parent 9e48723 commit 1054f93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ var (
MirrorSyncBlock: big.NewInt(5184000),
BrunoBlock: big.NewInt(13082000),

// TODO modify blockNumber
// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
// TODO Caution !!! it should be very careful !!!
EulerBlock: big.NewInt(15703576),

Parlia: &ParliaConfig{
Expand All @@ -281,7 +282,8 @@ var (
MirrorSyncBlock: big.NewInt(5582500),
BrunoBlock: big.NewInt(13837000),

// TODO modify blockNumber
// TODO modify blockNumber, make sure the blockNumber is not an integer multiple of 200 (epoch number)
// TODO Caution !!! it should be very careful !!!
EulerBlock: big.NewInt(15703576),

Parlia: &ParliaConfig{
Expand Down

0 comments on commit 1054f93

Please sign in to comment.