jl777 9 years ago
parent
commit
4def725991
  1. 2
      iguana/iguana_unspents.c

2
iguana/iguana_unspents.c

@ -1122,7 +1122,7 @@ int32_t iguana_RTunspentslists(struct supernet_info *myinfo,struct iguana_info *
printf("ITEM.(%s) %.8f\n",jprint(item,0),dstr(outpt.value));
unspents++;
numunspents++;
if ( numunspents > max || sum > required )
if ( numunspents > max || sum > 10*required )
break;
}
}

Loading…
Cancel
Save