Skip to content

Commit

Permalink
Merge pull request #431
Browse files Browse the repository at this point in the history
549378c Activate recent new features on testnet (dexX7)
  • Loading branch information
dexX7 committed Nov 15, 2016
2 parents 6568261 + 549378c commit 39cdd9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/omnicore/rules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,11 @@ CTestNetConsensusParams::CTestNetConsensusParams()
MSC_BET_BLOCK = 999999;
MSC_STOV1_BLOCK = 0;
// Other feature activations:
GRANTEFFECTS_FEATURE_BLOCK = 999999;
DEXMATH_FEATURE_BLOCK = 999999;
SPCROWDCROSSOVER_FEATURE_BLOCK = 999999;
TRADEALLPAIRS_FEATURE_BLOCK = 999999;
FEES_FEATURE_BLOCK = 999999;
GRANTEFFECTS_FEATURE_BLOCK = 0;
DEXMATH_FEATURE_BLOCK = 0;
SPCROWDCROSSOVER_FEATURE_BLOCK = 0;
TRADEALLPAIRS_FEATURE_BLOCK = 0;
FEES_FEATURE_BLOCK = 0;
}

/**
Expand Down

0 comments on commit 39cdd9d

Please sign in to comment.