diff --git a/iguana/iguana_realtime.c b/iguana/iguana_realtime.c index dbefcb8c2..b023d1a27 100755 --- a/iguana/iguana_realtime.c +++ b/iguana/iguana_realtime.c @@ -960,3 +960,7 @@ void iguana_RTnewblock(struct supernet_info *myinfo,struct iguana_info *coin,str } } } + +// infinite loops at bundle boundary? +// >= RTnewblock RTheight 1254001 prev 1254000 +// B errs.0 cant load 15102564820405cd16506d2731567453c437af07cdd5954bc21b32304e39b1d4 ht.1254001 polarity.1 numtx.0 (nil) recvlen.0 diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 38b0d2b9f..7c5c31532 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -1249,7 +1249,7 @@ int64_t iguana_utxoaddr_gen(struct supernet_info *myinfo,struct iguana_info *coi sprintf(fname2,"%s/%s/utxoaddrs.%d",GLOBAL_DBDIR,coin->symbol,height), OS_portable_path(fname2); if ( iguana_utxoaddr_map(coin,fname2) != 0 ) { - if ( strcmp("BTC",coin->symbol) != 0 ) + if ( 0 && strcmp("BTC",coin->symbol) != 0 ) errs = iguana_utxoaddr_validate(myinfo,coin,height); printf("nogen %s HIST BALANCE %s %.8f errs %d\n",fname2,bits256_str(str,coin->utxoaddrhash),dstr(coin->histbalance),errs); if ( errs == 0 && coin->histbalance > 0 && height > 0 )