Skip to content

Commit

Permalink
Updated testnet height
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrobishi committed Oct 20, 2020
1 parent 453fe17 commit d2ca1b3
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 @@ -273,8 +273,8 @@ class CTestNetParams : public CChainParams {
consensus.BIP34Hash = uint256();
consensus.BIP65Height = 0; // 00000000007f6655f22f98e72ed80d8b06dc761d5da09df0fa1dc4be4f861eb6
consensus.BIP66Height = 0; // 000000002104c8c45e99a8853285a3b592602a3ccde2b832481da85e9e4ba182
consensus.AMKHeight = 324500;
consensus.BayfrontHeight = 388500;
consensus.AMKHeight = 150;
consensus.BayfrontHeight = 3000;

consensus.pos.diffLimit = uint256S("00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
Expand Down

0 comments on commit d2ca1b3

Please sign in to comment.