Browse Source

Test

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

2
iguana/exchanges/LP_nativeDEX.c

@ -765,7 +765,7 @@ void LP_pubkeysloop(void *ctx)
while ( 1 ) while ( 1 )
{ {
LP_counter += 100; LP_counter += 100;
printf("LP_pubkeysloop %d\n",LP_counter); //printf("LP_pubkeysloop %d\n",LP_counter);
LP_notify_pubkeys(ctx,LP_mypubsock); LP_notify_pubkeys(ctx,LP_mypubsock);
sleep(60); sleep(60);
} }

Loading…
Cancel
Save