Skip to content

Commit c33f97d

Browse files
authored
Merge pull request bitcoin#1178 from sickpig/add-bip16-height-to-nol
Initialize BIP16Height to 0 for nol net
2 parents e9ed57e + 4c246a8 commit c33f97d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ class CUnlParams : public CChainParams
223223
2301659837, 0x1d00ffff, 1, 50 * COIN);
224224
consensus.hashGenesisBlock = genesis.GetHash();
225225
consensus.nSubsidyHalvingInterval = 210000;
226+
consensus.BIP16Height = 0;
226227
consensus.BIP34Height = 0;
227228
consensus.BIP34Hash = consensus.hashGenesisBlock;
228229
consensus.BIP65Height = 0;

0 commit comments

Comments
 (0)