Skip to content

Commit c7795ee

Browse files
committed
Revert "Don't check the genesis block PoW" as segnet has been dropped.
1 parent 0e177a2 commit c7795ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pow.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ bool CheckProofOfWork(uint256 hash, unsigned int nBits, const Consensus::Params&
8282
bool fOverflow;
8383
arith_uint256 bnTarget;
8484

85-
if (hash == params.hashGenesisBlock)
86-
return true;
87-
8885
bnTarget.SetCompact(nBits, &fNegative, &fOverflow);
8986

9087
// Check range

0 commit comments

Comments
 (0)