From 8a5a7679a8dd9d82353d1d4656a77ee43729a4c6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 27 Mar 2016 02:00:33 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index b4bd9980a..51bff7f34 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -1161,12 +1161,15 @@ void iguana_bundlestats(struct iguana_info *coin,char *str) strcpy(coin->lastdispstr,str); if ( (rand() % 100) == 0 ) myallocated(0,0); + printf("B\n"); coin->lastdisp = (uint32_t)time(NULL); if ( firstgap != 0 && firstgap->queued == 0 ) iguana_bundleQ(coin,firstgap,1000); } + printf("C\n"); iguana_setmaxbundles(coin); strcpy(coin->statusstr,str); coin->estsize = estsize; + printf("D\n"); }