Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
4cffb98369
  1. 2
      basilisk/basilisk.c
  2. 2
      iguana/iguana_volatiles.c

2
basilisk/basilisk.c

@ -818,7 +818,7 @@ void basilisks_loop(void *arg)
// break;
if ( time(NULL) > coin->lastunspentsupdate+10 ) //i == BASILISK_MAXRELAYS ||
{
printf(">>>>>>>>>>>>> update\n");
//printf(">>>>>>>>>>>>> update\n");
basilisk_unspents_update(myinfo,coin);
coin->lastunspentsupdate = (uint32_t)time(NULL);
}

2
iguana/iguana_volatiles.c

@ -152,7 +152,7 @@ struct iguana_utxo iguana_RTutxofind(struct iguana_info *coin,struct iguana_outp
if ( utxo.spentflag != 0 || utxo.lockedflag != 0 )
*RTspendflagp = 1;
}*/
printf("iguana_utxofind: need to change to new RT method\n");
//printf("iguana_utxofind: need to change to new RT method\n");
}
}
else

Loading…
Cancel
Save