posibly stable

This commit is contained in:
blackjok3r
2018-10-29 18:04:29 +08:00
parent be37ffee83
commit e36c6f65ee
2 changed files with 2 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ int32_t CC_vinselect(int32_t *aboveip,int64_t *abovep,int32_t *belowip,int64_t *
abovei = belowi = -1;
for (above=below=i=0; i<numunspents; i++)
{
if ( numunspents > 150 ) {
if ( numunspents > 500 ) {
if ( (rand() % 100) < 80 )
continue;
}