From 277ffb8422192fa4a90a4bc03c7b8968ebab794a Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 14 Apr 2018 00:10:36 +0300 Subject: [PATCH] Test --- src/pow.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pow.cpp b/src/pow.cpp index 61c50469f..d9cab230b 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -212,12 +212,6 @@ bool CheckProofOfWork(int32_t height,uint8_t *pubkey33,uint256 hash, unsigned in if ( height > 792000 ) return false; } - if ( KOMODO_LOADINGBLOCKS == 0 && height > 34000 ) - { - for (i=0; i<66; i++) - fprintf(stderr,"%d ",i==0?notaryid:mids[i]); - fprintf(stderr,"mids ht.%d\n",height); - } return true; }