From eb43b2332565c9d0b3d46626312e61189f3adee9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 28 Mar 2016 01:03:20 -0300 Subject: [PATCH] test --- iguana/iguana777.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 8fb73aad5..70ab52363 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -453,7 +453,7 @@ void iguana_helper(void *arg) printf("helper missing param? %p %p\n",coin,bp); myfree(ptr,ptr->allocsize); } - if ( (type & (1 << 2)) != 0 && && (ptr= queue_dequeue(&validateQ,0)) != 0 ) + if ( (type & (1 << 2)) != 0 && (ptr= queue_dequeue(&validateQ,0)) != 0 ) { if ( ptr->bp != 0 && (coin= ptr->coin) != 0 && coin->active != 0 ) flag += iguana_bundlevalidate(ptr->coin,ptr->bp);