jl777 7 years ago
parent
commit
6ab3edcd50
  1. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_nativeDEX.c

@ -516,7 +516,7 @@ int32_t LP_mainloop_iter(void *ctx,char *myipaddr,struct LP_peerinfo *mypeer,int
LP_getestimatedrate(coin);
break;
}
if ( 0 && (counter % 6000) == 60 )
if ( (counter % 6000) == 60 )
{
if ( (retstr= basilisk_swapentry(0,0)) != 0 )
{

Loading…
Cancel
Save