Skip to content

Commit 9f2842a

Browse files
author
dragonheaven
committed
Set real activation heights
1 parent 13ab301 commit 9f2842a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

node/node.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ var (
7474
V202EnhanceActivation uint32 = 274036
7575

7676
// V204EnhanceActivation indicates the activation of PegNet 2.0.4.
77-
// Estimated to be Mar 15th 2021
78-
V204EnhanceActivation uint32 = 999999
77+
// Estimated to be Mar 16th 2021
78+
V204EnhanceActivation uint32 = 288878
7979

8080
// V204EnhanceActivation indicates the activation that burns remaining airdrop amount.
81-
// Estimated to be April 15th 2021
82-
V204BurnMintTokenActivation uint32 = 999999
81+
// Estimated to be April 16th 2021
82+
V204BurnMintTokenActivation uint32 = 294206
8383
)
8484

8585
func SetAllActivations(act uint32) {

0 commit comments

Comments
 (0)