Closed mxinden closed 1 year ago
Skip addresses from config that the transport (i.e. hierarchy of transports) does not support, in other words where listen_on returns MultiaddrNotSupported.
listen_on
MultiaddrNotSupported
Needed for https://github.com/protocol/bifrost-infra/issues/2622.
Skip addresses from config that the transport (i.e. hierarchy of transports) does not support, in other words where
listen_on
returnsMultiaddrNotSupported
.