Browse Source

Test

etomic
jl777 7 years ago
parent
commit
c7e9c48e34
  1. 1
      iguana/exchanges/LP_nativeDEX.c

1
iguana/exchanges/LP_nativeDEX.c

@ -883,6 +883,7 @@ void LP_swapsloop(void *ignore)
//printf("LP_swapsloop %u\n",LP_counter);
if ( (retstr= basilisk_swapentry(0,0)) != 0 )
free(retstr);
LP_millistats_update(0);
sleep(600);
}
}

Loading…
Cancel
Save