Skip to content

Commit

Permalink
Activate recent new features on testnet
Browse files Browse the repository at this point in the history
All new features are activated on testnet, to allow testing of the fee system.
  • Loading branch information
dexX7 committed Nov 15, 2016
1 parent 6568261 commit 549378c
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 549378c

Please sign in to comment.