Skip to content

Commit

Permalink
fix testnet params
Browse files Browse the repository at this point in the history
  • Loading branch information
flo071 committed Jun 15, 2021
1 parent 04fd2bc commit 90aa0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,11 @@ class CTestNetParams : public CChainParams {
consensus.nDisableUnpaddedSigmaBlock = ZC_SIGMA_TESTNET_DISABLE_UNPADDED_BLOCK;

// Proof-of-Stake related values
consensus.nLastPOWBlock = 1000;
consensus.nLastPOWBlock = 10000;
consensus.nStakeTimestampMask = 0xf; // 15

// Swap
consensus.nGenerateStopBlock = 2700;
consensus.nGenerateStopBlock = 6000;
}
};

Expand Down

0 comments on commit 90aa0c1

Please sign in to comment.