Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
251d5f9951
  1. 4
      iguana/iguana_realtime.c

4
iguana/iguana_realtime.c

@ -214,13 +214,13 @@ int32_t iguana_realtime_update(struct supernet_info *myinfo,struct iguana_info *
block = coin->current->blocks[coin->current->n - 1];
if ( _iguana_chainlink(coin,block) <= 0 )
{
//printf("RT edge case couldnt link\n");
printf("RT edge case couldnt link\n");
}
else printf("RT edge case.%d\n",block->height);
}
if ( coin->spendvectorsaved <= 1 )
{
//printf("spendvectorsaved not yet\n");
printf("spendvectorsaved not yet\n");
usleep(100000);
return(0);
}

Loading…
Cancel
Save