Skip to content

Commit

Permalink
testnet POS test
Browse files Browse the repository at this point in the history
  • Loading branch information
adeptio-project committed Jan 22, 2019
1 parent cb8f94d commit 72973f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -264,7 +264,7 @@ class CTestNetParams : public CMainParams
nMinerThreads = 0;
nTargetTimespan = 1 * 60; // Adeptio: 1 day
nTargetSpacing = 1 * 60; // Adeptio: 1 minute
nLastPOWBlock = 200;
nLastPOWBlock = 20;
nMaturity = 10;
nMasternodeCountDrift = 4;
nModifierUpdateBlock = 51197; //approx Mon, 17 Apr 2017
Expand Down

0 comments on commit 72973f2

Please sign in to comment.