diff options
author | Martin Zumsande <mzumsande@gmail.com> | 2022-09-01 18:26:55 -0400 |
---|---|---|
committer | Martin Zumsande <mzumsande@gmail.com> | 2022-09-19 11:06:43 -0400 |
commit | 68209a7b5c0326e14508d9cf749771605bd6ffe7 (patch) | |
tree | 76bc34ff99c0dbdb3ba9b41c7bcd52f5a729acc2 /src/net.h | |
parent | a8a9ed67cc447d204304ccfd844c45fd76486c6a (diff) |
rpc: make addpeeraddress work with cjdns addresses
This allows us to add cjdns addresses to addrman for
testing and debug purposes (if -cjdnsreachable is true)
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ bool SeenLocal(const CService& addr); bool IsLocal(const CService& addr); bool GetLocal(CService &addr, const CNetAddr *paddrPeer = nullptr); CService GetLocalAddress(const CNetAddr& addrPeer); +CService MaybeFlipIPv6toCJDNS(const CService& service); extern bool fDiscover; |