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:
Rusty Russell
2018-10-26 16:31:30 +10:30
parent 8600ba403c
commit c236361efd
8 changed files with 2 additions and 22 deletions

View File

@@ -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);
}