mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-13 11:54:46 -04:00
Make some netDb loading stuff work so I have RI's to talk to
This commit is contained in:
@ -139,10 +139,10 @@ func (db *StdNetDB) RecalculateSize() (err error) {
|
||||
db.RouterInfos[ri.IdentHash()] = Entry{
|
||||
RouterInfo: &ri,
|
||||
}
|
||||
log.Infof("RouterInfo: %s %s, %s, %s", fname, base32.EncodeToString(ih[:]), ri.RouterCapabilities(), ri.RouterVersion())
|
||||
for ai, ad := range ri.RouterAddresses() {
|
||||
log.Infof(" Transport%d: %s, Address: %s", ai, ad.TransportStyle(), ad.String())
|
||||
}
|
||||
//log.Infof("RouterInfo: %s %s, %s, %s", fname, base32.EncodeToString(ih[:]), ri.RouterCapabilities(), ri.RouterVersion())
|
||||
//for ai, ad := range ri.RouterAddresses() {
|
||||
// log.Infof(" Transport%d: %s, Address: %s", ai, ad.TransportStyle(), ad.String())
|
||||
//}
|
||||
} else {
|
||||
log.Println("entry previously found in table", ent, fname)
|
||||
}
|
||||
|
Reference in New Issue
Block a user