Browse Source

fix

pull/27/head
blackjok3r 5 years ago
parent
commit
d9ad59f566
  1. 2
      src/komodo.h

2
src/komodo.h

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

Loading…
Cancel
Save