diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 36706a094..b443e9f38 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -248,6 +248,7 @@ snapshot(coin, height)\n\ } else if ( strcmp(method,"snapshot") == 0 ) { + printf("snapshot\n"); if ( (ptr= LP_coinsearch(coin)) != 0 ) ptr->inactive = (uint32_t)time(NULL); return(jprint(LP_snapshot(ptr,juint(argjson,"height")),1));