jl777 7 years ago
parent
commit
220343b56f
  1. 2
      iguana/exchanges/LP_commands.c
  2. 3
      iguana/exchanges/parselog

2
iguana/exchanges/LP_commands.c

@ -214,7 +214,7 @@ stop()\n\
{
return(LP_portfolio());
}
else if ( strcmp(method,"") == 0 )
else if ( strcmp(method,"parselog") == 0 )
return(LP_statslog_parse());
else if ( strcmp(method,"secretaddresses") == 0 )
{

3
iguana/exchanges/parselog

@ -0,0 +1,3 @@
#!/bin/bash
source userpass
curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"parselog\"}"
Loading…
Cancel
Save