File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ class CTestNet4Params : public CChainParams {
320
320
consensus.CSVHeight = 1 ;
321
321
consensus.SegwitHeight = 1 ;
322
322
consensus.MinBIP9WarningHeight = 0 ;
323
- consensus.powLimit = uint256S ( " 00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff" ) ;
323
+ consensus.powLimit = uint256{ " 00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff" } ;
324
324
consensus.nPowTargetTimespan = 14 * 24 * 60 * 60 ; // two weeks
325
325
consensus.nPowTargetSpacing = 10 * 60 ;
326
326
consensus.fPowAllowMinDifficultyBlocks = true ;
@@ -361,8 +361,8 @@ class CTestNet4Params : public CChainParams {
361
361
1 ,
362
362
50 * COIN);
363
363
consensus.hashGenesisBlock = genesis.GetHash ();
364
- assert (consensus.hashGenesisBlock == uint256S ( " 0x00000000da84f2bafbbc53dee25a72ae507ff4914b867c565be350b0da8bf043 " ) );
365
- assert (genesis.hashMerkleRoot == uint256S ( " 0x7aa0a7ae1e223414cb807e40cd57e667b718e42aaf9306db9102fe28912b7b4e " ) );
364
+ assert (consensus.hashGenesisBlock == uint256{ " 00000000da84f2bafbbc53dee25a72ae507ff4914b867c565be350b0da8bf043 " } );
365
+ assert (genesis.hashMerkleRoot == uint256{ " 7aa0a7ae1e223414cb807e40cd57e667b718e42aaf9306db9102fe28912b7b4e " } );
366
366
367
367
vFixedSeeds.clear ();
368
368
vSeeds.clear ();
You can’t perform that action at this time.
0 commit comments