Browse Source

Test

etomic
jl777 7 years ago
parent
commit
088a91f482
  1. 5
      iguana/exchanges/LP_commands.c

5
iguana/exchanges/LP_commands.c

@ -159,6 +159,11 @@ dividends(coin, height, <args>)\n\
} }
return(clonestr("{\"result\":\"success\"}")); return(clonestr("{\"result\":\"success\"}"));
} }
else if ( strcmp(method,"stop") == 0 )
{
printf("DEBUG stop\n");
exit(0);
}
else if ( strcmp(method,"getmessages") == 0 ) else if ( strcmp(method,"getmessages") == 0 )
{ {
if ( (retjson= LP_getmessages(jint(argjson,"firsti"),jint(argjson,"num"))) != 0 ) if ( (retjson= LP_getmessages(jint(argjson,"firsti"),jint(argjson,"num"))) != 0 )

Loading…
Cancel
Save