mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-04 14:54:26 +01:00
wireaddr: update bolt version, remove 'padding' from addresses.
Nobody used this, so it was removed from the spec. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -207,8 +207,6 @@ int main(int argc, char *argv[])
|
||||
case ADDR_TYPE_IPV6:
|
||||
af = AF_INET6;
|
||||
break;
|
||||
case ADDR_TYPE_PADDING:
|
||||
abort();
|
||||
}
|
||||
ai = wireaddr_to_addrinfo(tmpctx, &addr.u.wireaddr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user