MCPcopy Create free account
hub / github.com/ElementsProject/elements / IsRelayable

Method IsRelayable

src/netaddress.h:224–227  ·  view source on GitHub ↗

* Whether this address should be relayed to other peers even if we can't reach it ourselves. */

Source from the content-addressed store, hash-verified

222 * Whether this address should be relayed to other peers even if we can't reach it ourselves.
223 */
224 bool IsRelayable() const
225 {
226 return IsIPv4() || IsIPv6() || IsTor() || IsI2P() || IsCJDNS();
227 }
228
229 /**
230 * Serialize to a stream.

Callers 1

RelayAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected