Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jl777 committed Mar 31, 2018
1 parent d19918f commit 6831c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iguana/exchanges/LP_portfolio.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ void LP_autoprice_iter(void *ctx,struct LP_priceinfo *btcpp)
newprice = LP_autorefs[i].lastask;
LP_mypriceset(&changed,base,rel,newprice);
LP_pricepings(ctx,LP_myipaddr,LP_mypubsock,base,rel,newprice);
} else printf("null return from CMC\n");
} //else printf("null return from CMC\n");
}
else
{
Expand Down Expand Up @@ -880,7 +880,7 @@ void prices_loop(void *ctx)
printf("start prices_loop\n");
while ( LP_STOP_RECEIVED == 0 )
{
printf("G.initializing.%d prices loop autoprices.%d autorefs.%d\n",G.initializing,LP_autoprices,num_LP_autorefs);
//printf("G.initializing.%d prices loop autoprices.%d autorefs.%d\n",G.initializing,LP_autoprices,num_LP_autorefs);
if ( G.initializing != 0 )
{
sleep(30);
Expand Down

0 comments on commit 6831c38

Please sign in to comment.