Set nLastPOWBlock = 1000 for regtest

This commit is contained in:
lateminer
2018-10-11 23:32:45 +03:00
parent 42f11db5fd
commit 2a3074a1eb

View File

@@ -297,7 +297,7 @@ public:
consensus.nProtocolV1RetargetingFixedTime = 1400000000;
consensus.nProtocolV2Time = 1410000000;
consensus.nProtocolV3Time = 1420000000;
consensus.nLastPOWBlock = 10000;
consensus.nLastPOWBlock = 1000;
consensus.nStakeTimestampMask = 0xf;
/**