Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
eb43b23325
  1. 2
      iguana/iguana777.c

2
iguana/iguana777.c

@ -453,7 +453,7 @@ void iguana_helper(void *arg)
printf("helper missing param? %p %p\n",coin,bp); printf("helper missing param? %p %p\n",coin,bp);
myfree(ptr,ptr->allocsize); 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 ) if ( ptr->bp != 0 && (coin= ptr->coin) != 0 && coin->active != 0 )
flag += iguana_bundlevalidate(ptr->coin,ptr->bp); flag += iguana_bundlevalidate(ptr->coin,ptr->bp);

Loading…
Cancel
Save