Skip to content

Commit

Permalink
set activation height
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNeit committed Nov 27, 2020
1 parent 7696394 commit 580a2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 580a2a9

Please sign in to comment.