added Compatible warning message

This commit is contained in:
Haris Khan
2024-10-24 19:23:36 -04:00
parent 833836ae67
commit 971a18de8d

View File

@ -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
}