We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ab301 commit 9f2842aCopy full SHA for 9f2842a
1 file changed
node/node.go
@@ -74,12 +74,12 @@ var (
74
V202EnhanceActivation uint32 = 274036
75
76
// V204EnhanceActivation indicates the activation of PegNet 2.0.4.
77
- // Estimated to be Mar 15th 2021
78
- V204EnhanceActivation uint32 = 999999
+ // Estimated to be Mar 16th 2021
+ V204EnhanceActivation uint32 = 288878
79
80
// V204EnhanceActivation indicates the activation that burns remaining airdrop amount.
81
- // Estimated to be April 15th 2021
82
- V204BurnMintTokenActivation uint32 = 999999
+ // Estimated to be April 16th 2021
+ V204BurnMintTokenActivation uint32 = 294206
83
)
84
85
func SetAllActivations(act uint32) {
0 commit comments