From 99d4d5e13d7d118de2340a13caf5868d7ce0e058 Mon Sep 17 00:00:00 2001 From: StarNeit Date: Tue, 1 Dec 2020 20:58:10 +0100 Subject: [PATCH] Activation height date --- node/node.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/node.go b/node/node.go index 7dc8314..d0ebf6c 100644 --- a/node/node.go +++ b/node/node.go @@ -66,11 +66,11 @@ var ( // OneWaypAssetsConversions makes some pAssets a 1 way conversion. // 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 + // Estimated to be Dec 3th 2020 OneWaySmallAssetsConversions uint32 = 274036 // V202EnhanceActivation indicates the activation of PegNet 2.0.2. - // Estimated to be XXXXX XXX XXX + // Estimated to be Dec 3th 2020 V202EnhanceActivation uint32 = 274036 )