This commit is contained in:
blackjok3r
2019-02-12 23:36:31 +08:00
parent f6a51145f5
commit d9ad59f566

View File

@@ -1030,7 +1030,7 @@ int32_t komodo_connectblock(bool fJustCheck, CBlockIndex *pindex,CBlock& block)
{ {
if (notarisations.size() == 0) if (notarisations.size() == 0)
return(0); return(0);
if ( notarisations.size() >= 1 && notarisations[0] == 1 ) if ( notarisations.size() == 1 && notarisations[0] == 1 )
return(1); return(1);
else else
return(-1); return(-1);