Browse Source

Test

etomic
jl777 8 years ago
parent
commit
bb6fae3138
  1. 2
      basilisk/jumblr.c

2
basilisk/jumblr.c

@ -403,7 +403,7 @@ int64_t jumblr_DEXsplit(struct supernet_info *myinfo,struct iguana_info *coin,bi
if ( (value= values[i]) != 0 )
{
n = 0;
while ( n < 10 && remaining > value+estfee && numoutputs < sizeof(outputs)/sizeof(*outputs) )
while ( n < 10 && remaining > value && numoutputs < sizeof(outputs)/sizeof(*outputs) )
{
outputs[numoutputs++] = value;
remaining -= value;

Loading…
Cancel
Save