From 39eed3df3e42c17ec7a17cdfc573b69ef1eb6c6e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 4 Apr 2016 15:26:56 -0500 Subject: [PATCH] test --- iguana/iguana_unspents.c | 1 + 1 file changed, 1 insertion(+) 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;