Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
f4d4a7ee9b
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -369,7 +369,7 @@ struct iguana_txid *iguana_txidfind(struct iguana_info *coin,int32_t *heightp,st
*heightp = bp->bundleheight + j; *heightp = bp->bundleheight + j;
//printf("found height.%d\n",*heightp); //printf("found height.%d\n",*heightp);
*tx = T[txidind]; *tx = T[txidind];
if ( k != 0 ) if ( 0 && k != 0 )
{ {
i = 0; i = 0;
j = 1; j = 1;

Loading…
Cancel
Save