mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-13 11:54:46 -04:00
added Compatible warning message
This commit is contained in:
@ -31,6 +31,7 @@ type NoiseTransport struct {
|
||||
func (noopt *NoiseTransport) Compatible(routerInfo router_info.RouterInfo) bool {
|
||||
//TODO implement
|
||||
//panic("implement me")
|
||||
log.Warn("func (noopt *NoiseTransport) Compatible(routerInfo router_info.RouterInfo) is not implemented!")
|
||||
return true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user