Browse Source

test

release/v0.1
jl777 8 years ago
parent
commit
a79e7c1862
  1. 2
      iguana/iguana777.c

2
iguana/iguana777.c

@ -675,7 +675,7 @@ void iguana_coinloop(void *arg)
{
if ( (coin= coins[i]) != 0 )
{
//printf("%s loop\n",coin->symbol);
printf("%s loop\n",coin->symbol);
if ( coin->peers == 0 )
{
printf("FATAL lack of peers struct\n");

Loading…
Cancel
Save