diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index bfa89f4ca..19d343069 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -1113,6 +1113,7 @@ int32_t iguana_RTutxo(struct iguana_info *coin,struct iguana_bundle *bp,struct i } } else continue; // coinbase always already spent + continue; if ( spentbp != 0 && rdata != 0 && spent_unspentind != 0 && spent_unspentind < rdata->numunspents ) { double startmillis = OS_milliseconds(); static double totalmillis; static int32_t num;