|
|
@ -127,7 +127,7 @@ int32_t iguana_voutset(struct iguana_info *coin,uint8_t *scriptspace,char *asmst |
|
|
|
//P = (void *)(long)((long)rdata + rdata->Poffset);
|
|
|
|
unspentind = (tx->firstvout + i); |
|
|
|
u = &U[unspentind]; |
|
|
|
if ( u->txidind != tx->txidind || u->vout != i || u->hdrsi != height / coin->chain->bundlesize ) |
|
|
|
if ( u->vout != i || u->hdrsi != height / coin->chain->bundlesize ) //u->txidind != tx->txidind ||
|
|
|
|
{ |
|
|
|
printf("%s.[%d].%d iguana_voutset: txidind mismatch t%d:%d u%u || %d vs %d || (%d vs %d)\n",coin->symbol,height/coin->chain->bundlesize,u->hdrsi,tx->txidind,u->txidind,unspentind,u->vout,i,u->hdrsi,height / coin->chain->bundlesize); |
|
|
|
return(-1); |
|
|
|