From b3d61f98f452e5d1c9eeccff7f1443d6acdfab99 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Tue, 26 Feb 2019 20:33:53 +0800 Subject: [PATCH] fix sync of labs chains. It cant enter here anyway. --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 601d242f6..a78b6848c 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -826,7 +826,7 @@ int32_t komodo_connectblock(bool fJustCheck, CBlockIndex *pindex,CBlock& block) } //fprintf(stderr,"%s connect.%d\n",ASSETCHAINS_SYMBOL,pindex->nHeight); // Wallet Filter. Disabled here. Cant be activated by notaries or pools with some changes. - if ( 0 && is_STAKED(ASSETCHAINS_SYMBOL) != 0 || IS_STAKED_NOTARY > -1 ) + if ( is_STAKED(ASSETCHAINS_SYMBOL) != 0 || IS_STAKED_NOTARY > -1 ) { staked_era = STAKED_era(pindex->GetBlockTime()); if ( !fJustCheck && staked_era != lastStakedEra )