Skip to content

Commit

Permalink
activation of PegNet 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonheaven committed Mar 10, 2021
1 parent ba7359e commit 569d27e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ var (
// V202EnhanceActivation indicates the activation of PegNet 2.0.2.
// Estimated to be Dec 3th 2020
V202EnhanceActivation uint32 = 274036

// V204EnhanceActivation indicates the activation of PegNet 2.0.4.
// Estimated to be Mar 15th 2021
V204EnhanceActivation uint32 = 999999
)

func SetAllActivations(act uint32) {
Expand Down

0 comments on commit 569d27e

Please sign in to comment.