From 0d2030f2e64d2fff557b8bbf343597bd7669adfe Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jul 2019 02:59:41 -1100 Subject: [PATCH] Skip connect block --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 95571edeb..fa7362bfd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3378,6 +3378,8 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin { CDiskBlockPos blockPos; const CChainParams& chainparams = Params(); + if ( KOMODO_NSPV != 0 ) + return(true); if ( KOMODO_STOPAT != 0 && pindex->GetHeight() > KOMODO_STOPAT ) return(false); //fprintf(stderr,"connectblock ht.%d\n",(int32_t)pindex->GetHeight());