Skip to content

Commit b08f206

Browse files
author
limxdev
committed
Changes in Diff setup
1 parent f81de9f commit b08f206

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 17)
55
define(_CLIENT_VERSION_REVISION, 9)
6-
define(_CLIENT_VERSION_BUILD, 1)
6+
define(_CLIENT_VERSION_BUILD, 2)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2021)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

src/chainparams.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ class CMainParams : public CChainParams {
8181
consensus.BIP65Height = 400000; // 000000000000000004c2b624ed5d7756c508d90fd0da2c7c679febfa6c4735f0
8282
consensus.BIP66Height = 400000; // 00000000000000000379eaa19dce8c9b722d46ae6a57c2f1a988119488b50931
8383
consensus.powLimit = uint256S("00000fffff000000000000000000000000000000000000000000000000000000");
84-
consensus.nPowTargetTimespan = 6 * 24 * 60 * 60; // two weeks
85-
consensus.nPowTargetSpacing = 5 * 60;
84+
consensus.nPowTargetTimespan = 160 * 60; // two weeks
85+
consensus.nPowTargetSpacing = 2.5 * 60;
8686
consensus.fPowAllowMinDifficultyBlocks = false;
8787
consensus.fPowNoRetargeting = false;
8888
consensus.nRuleChangeActivationThreshold = 1; // if we found only one block

0 commit comments

Comments
 (0)