Skip to content

Commit 40a3316

Browse files
author
limxdev
committed
Update pow.cpp
1 parent 222e0b1 commit 40a3316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead
187187
}
188188

189189
// Bitcore Miningalgo switch
190-
// please check also block.cpp:L62
190+
// please check also block.cpp:L62
191191
// We have a timerange from 24 hours to find a new block
192192
if(pblock->GetBlockTime() >= HASH_FORK_TIME_1 && pindexLast->GetBlockTime() <= HASH_FORK_TIME_1 + 86400)
193193
{

0 commit comments

Comments
 (0)