From 31905ef05480f47329aead49e3b9ef5dc9a036b6 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 22 Apr 2016 17:32:50 -0500 Subject: [PATCH] test --- iguana/iguana_unspents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 1a23bb297..378e15b3a 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -761,10 +761,10 @@ int32_t iguana_txidfastfind(struct iguana_info *coin,int32_t *heightp,bits256 tx { memcpy(&firstvout,&item[sizeof(uint64_t)],sizeof(firstvout)); memcpy(heightp,&item[sizeof(uint64_t) + sizeof(firstvout)],sizeof(*heightp)); - printf("i.%d val.%d height.%d firstvout.%d j.%d\n",i,val,*heightp,firstvout,j); + //printf("i.%d val.%d height.%d firstvout.%d j.%d\n",i,val,*heightp,firstvout,j); return(firstvout); } - else + else if ( 0 ) { int32_t k; for (k=-16; k<0; k++)