From da4020cb6162e529fff373b59e0a5fbf0d505a84 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 02:35:19 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 40308096c..cd65ab9dd 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -861,7 +861,7 @@ int32_t komodo_is_special(uint8_t pubkeys[66][33],int32_t mids[66],int32_t heigh { if ( mids[i] == notaryid ) { - if ( 0 && height > 700000 ) + if ( height > 700000 ) { for (j=0; j<66; j++) fprintf(stderr,"%d ",mids[j]); diff --git a/src/main.cpp b/src/main.cpp index bed13eb46..79ac0cafe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3835,7 +3835,7 @@ bool AcceptBlock(CBlock& block, CValidationState& state, CBlockIndex** ppindex, fprintf(stderr,"unexpected AcceptBlock error null pindex\n"); return false; } - fprintf(stderr,"acceptblockheader passed\n"); + //fprintf(stderr,"acceptblockheader passed\n"); // Try to process all requested blocks that we don't have, but only // process an unrequested block if it's new and has enough work to // advance our tip, and isn't too many blocks ahead.