Browse Source

test

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

2
iguana/iguana_unspents.c

@ -813,7 +813,7 @@ int32_t iguana_unspentindfind(struct iguana_info *coin,int32_t *heightp,bits256
{
return(firstvout + vout);
}
else
//else
{
if ( (tp= iguana_txidfind(coin,heightp,&TX,txid,lasthdrsi)) != 0 )
return(tp->firstvout + vout);

Loading…
Cancel
Save