Browse Source

Test

etomic
jl777 7 years ago
parent
commit
f2e66d90e3
  1. 1
      iguana/exchanges/LP_commands.c

1
iguana/exchanges/LP_commands.c

@ -108,6 +108,7 @@ forwardhex(pubkey,hex)\n\
}
if ( (userpass= jstr(argjson,"userpass")) == 0 || strcmp(userpass,USERPASS) != 0 )
return(clonestr("{\"error\":\"authentication error\"}"));
jdelete(argjson,"userpass");
if ( base != 0 && rel != 0 )
{
double price,bid,ask;

Loading…
Cancel
Save