Skip to content

Commit

Permalink
#73 Delay Segwit and CSV (BIP68, BIP112 and BIP113) till block 557000…
Browse files Browse the repository at this point in the history
… (about ~4 months).
  • Loading branch information
develCuy committed Dec 29, 2022
1 parent a5a6593 commit e0efd1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Expand Up @@ -70,8 +70,8 @@ class CMainParams : public CChainParams {
consensus.BIP34Hash = uint256S("0x0000000002fde67fbf51d8b3c1fe80b162b0ba5ac58b0afe87c4c94cbe958c58");
consensus.BIP65Height = 23523; // 0000000002fde67fbf51d8b3c1fe80b162b0ba5ac58b0afe87c4c94cbe958c58
consensus.BIP66Height = 23523; // 0000000002fde67fbf51d8b3c1fe80b162b0ba5ac58b0afe87c4c94cbe958c58
consensus.CSVHeight = 544000;
consensus.SegwitHeight = 544000;
consensus.CSVHeight = 557000;
consensus.SegwitHeight = 557000;
consensus.powLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff");
consensus.nPowTargetTimespan = 24 * 60 * 60; // one day
consensus.nPowTargetSpacing = 10 * 60;
Expand Down

0 comments on commit e0efd1f

Please sign in to comment.