From c1ba0e3c59f6368df0323dc1ae6c6d6bb22d5228 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 15 Nov 2018 03:36:26 +0800 Subject: [PATCH] disable utxo fiter CCtx.cpp --- src/cc/CCtx.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cc/CCtx.cpp b/src/cc/CCtx.cpp index 0b78c61d4..db90912a1 100644 --- a/src/cc/CCtx.cpp +++ b/src/cc/CCtx.cpp @@ -276,10 +276,10 @@ int32_t CC_vinselect(int32_t *aboveip,int64_t *abovep,int32_t *belowip,int64_t * for (above=below=i=0; i 200 ) { - if ( (rand() % 100) < 90 ) - continue; - } + //if ( numunspents > 200 ) { + // if ( (rand() % 100) < 90 ) + // continue; + //} if ( (atx_value= utxos[i].nValue) <= 0 ) continue; if ( atx_value == value )