We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4054a7d commit 3f26922Copy full SHA for 3f26922
1 file changed
node/node.go
@@ -52,8 +52,8 @@ var (
52
V4OPRUpdate uint32 = 231620
53
54
// V20HeightActivation indicates the activation of PegNet 2.0.
55
- // Estimated to be July 29th 2020 16:40 UTC
56
- V20HeightActivation uint32 = 255778
+ // Estimated to be Aug 19th 2020 14:00 UTC
+ V20HeightActivation uint32 = 258796
57
)
58
59
func SetAllActivations(act uint32) {
0 commit comments