From 182794cad5d0b9a7af67ac5b027fd43221840bcc Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 2 Jul 2017 18:05:11 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_scan.c b/iguana/exchanges/LP_scan.c index f28e9f2fe..506ed7544 100644 --- a/iguana/exchanges/LP_scan.c +++ b/iguana/exchanges/LP_scan.c @@ -61,7 +61,7 @@ int32_t LP_txheight(uint32_t *timestampp,uint32_t *blocktimep,struct iguana_info height = jint(blockobj,"height"); //printf("%s LP_txheight.%d\n",coin->symbol,height); free_json(blockobj); - } else printf("LP_txheight error (%s)\n",jprint(txobj,0)); + } else printf("%sLP_txheight error (%s)\n",coin->symbol,jprint(txobj,0)); return(height); }