mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
lightningd: really do allow two Torv3 addresses.
This surprised me, since the CHANGELOG for [0.8.2] said: We now announce multiple addresses of the same type, if given. ([3609](https://github.com/ElementsProject/lightning/pull/3609)) But it lied! Changelog-Fixed: We really do allow providing multiple addresses of the same type. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
3dcab9793d
commit
9d18180172
@@ -146,6 +146,9 @@ struct wireaddr_internal {
|
||||
char sockname[sizeof(((struct sockaddr_un *)0)->sun_path)];
|
||||
} u;
|
||||
};
|
||||
|
||||
bool wireaddr_internal_eq(const struct wireaddr_internal *a,
|
||||
const struct wireaddr_internal *b);
|
||||
bool parse_wireaddr_internal(const char *arg, struct wireaddr_internal *addr,
|
||||
u16 port, bool wildcard_ok, bool dns_ok,
|
||||
bool unresolved_ok, bool allow_deprecated,
|
||||
|
||||
Reference in New Issue
Block a user