From f2c9f7b7c8ef28787fe77e1529a6401a425d2691 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 23 Nov 2018 20:12:58 -1100 Subject: [PATCH] Help sync with connect tip broadcast when isync --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ba997ebeb..43cd7f36e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3952,7 +3952,7 @@ bool static ConnectTip(CValidationState &state, CBlockIndex *pindexNew, CBlock * KOMODO_INSYNC = (int32_t)pindexNew->GetHeight(); else KOMODO_INSYNC = 0; //fprintf(stderr,"connect.%d insync.%d ASSETCHAINS_SAPLING.%d\n",(int32_t)pindexNew->GetHeight(),KOMODO_INSYNC,ASSETCHAINS_SAPLING); - if ( ASSETCHAINS_SYMBOL[0] == 0 && KOMODO_INSYNC != 0 ) + if ( KOMODO_INSYNC != 0 ) //ASSETCHAINS_SYMBOL[0] == 0 && komodo_broadcast(pblock,8); if ( ASSETCHAINS_SAPLING <= 0 ) komodo_activate_sapling(pindexNew);