Browse Source

Test

etomic
jl777 7 years ago
parent
commit
6da04d4d86
  1. 2
      iguana/exchanges/LP_commands.c

2
iguana/exchanges/LP_commands.c

@ -625,7 +625,7 @@ zeroconf_claim(address, expiration=0)\n\
else if ( strcmp(method,"tradestatus") == 0 )
{
LP_tradecommand_log(argjson);
printf("%-4d tradestatus | RT.%d %d\n",(uint32_t)time(NULL) % 3600,LP_RTcount,LP_swapscount);
printf("%-4d tradestatus | aliceid.%llu RT.%d %d\n",(uint32_t)time(NULL) % 3600,(long long)j64bits(argjson,"aliceid"),LP_RTcount,LP_swapscount);
retstr = clonestr("{\"result\":\"success\"}");
}
else if ( strcmp(method,"wantnotify") == 0 )

Loading…
Cancel
Save