diff --git a/src/komodo.h b/src/komodo.h index f87ff25cf..96e1b692c 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -325,7 +325,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) { memcpy(scriptbuf,block.vtx[i].vout[j].scriptPubKey.data(),len); notaryid = komodo_voutupdate(notaryid,scriptbuf,len,height,txhash,i,j,&voutmask,&specialtx,¬arizedheight); - if ( i > 0 ) + if ( 0 && i > 0 ) { for (k=0; k