Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:pegnet/pegnet into feature/PIP-15
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNeit committed Jul 10, 2020
2 parents 8793f71 + 966bf63 commit 08f93c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/activation.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ var (
// V4HeightActivation indicates the activation of additional currencies and ecdsa keys.
// Estimated to be Feb 12, 2020, 18:00 UTC
V4HeightActivation int64 = 231620

// V20HeightActivation indicates the activation of PegNet 2.0.
// Estimated to be XXXX XXXX XXXX
V20HeightActivation int64 = 999999
)

// NetworkActive returns true if the network height is above the activation height.
Expand Down

0 comments on commit 08f93c6

Please sign in to comment.