Skip to content

Commit 3f26922

Browse files
committed
V20HeightActivation
1 parent 4054a7d commit 3f26922

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

node/node.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ var (
5252
V4OPRUpdate uint32 = 231620
5353

5454
// V20HeightActivation indicates the activation of PegNet 2.0.
55-
// Estimated to be July 29th 2020 16:40 UTC
56-
V20HeightActivation uint32 = 255778
55+
// Estimated to be Aug 19th 2020 14:00 UTC
56+
V20HeightActivation uint32 = 258796
5757
)
5858

5959
func SetAllActivations(act uint32) {

0 commit comments

Comments
 (0)