From 580a2a90bfa22045359b1dffbcfd8a55872d5796 Mon Sep 17 00:00:00 2001 From: StarNeit Date: Fri, 27 Nov 2020 18:09:41 +0100 Subject: [PATCH] set activation height --- node/node.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/node.go b/node/node.go index 4572f42..99228c8 100644 --- a/node/node.go +++ b/node/node.go @@ -67,11 +67,11 @@ var ( // pDCR, pDGB, pDOGE, pHBAR, pONT, pRVN, pBAT, pALGO, pBIF, pETB, pKES, pNGN, pRWF, pTZS, pUGX // These pAssets have got small marketcap, and these will be disabled for conversion. // Estimated to be XXXXXXXX - OneWaySmallAssetsConversions uint32 = 999999 + OneWaySmallAssetsConversions uint32 = 274036 // V202EnhanceActivation indicates the activation of PegNet 2.0.2. // Estimated to be XXXXX XXX XXX - V202EnhanceActivation uint32 = 999999 + V202EnhanceActivation uint32 = 274036 ) func SetAllActivations(act uint32) {