Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
a01acef48c
  1. 2
      src/komodo.h

2
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,&notarizedheight);
if ( i > 0 )
if ( 0 && i > 0 )
{
for (k=0; k<len; k++)
printf("%02x",scriptbuf[k]);

Loading…
Cancel
Save