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