jl777 7 years ago
parent
commit
0c55fbec5e
  1. 3
      iguana/exchanges/LP_nativeDEX.c

3
iguana/exchanges/LP_nativeDEX.c

@ -542,6 +542,8 @@ void LP_coinsloop(void *_coins)
HASH_ITER(hh,coin->addresses,ap,atmp)
{
DL_FOREACH_SAFE(ap->utxos,up,tmp)
{
if ( up->U.height > 0 && up->spendheight < 0 )
{
if ( up->SPV == 0 )
{
@ -564,6 +566,7 @@ void LP_coinsloop(void *_coins)
}
}
}
}
continue;
}
if ( coin->firstrefht == 0 )

Loading…
Cancel
Save