Skip to content

Commit c1d9f1b

Browse files
author
deeponion
committed
remove debug in kernal
1 parent 363ebb1 commit c1d9f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ unsigned int GetStakeModifierChecksum(const CBlockIndex* pindex)
411411
// Check stake modifier hard checkpoints
412412
bool CheckStakeModifierCheckpoints(int nHeight, unsigned int nStakeModifierChecksum)
413413
{
414-
printf(">> Height = %d, nStakeModifierChecksum = %x\n", nHeight, nStakeModifierChecksum);
414+
// printf(">> Height = %d, nStakeModifierChecksum = %x\n", nHeight, nStakeModifierChecksum);
415415
MapModifierCheckpoints& checkpoints = (fTestNet ? mapStakeModifierCheckpointsTestNet : mapStakeModifierCheckpoints);
416416

417417
if (checkpoints.count(nHeight))

0 commit comments

Comments
 (0)