diff --git a/common/wireaddr.h b/common/wireaddr.h index 402f15237feb..74cd3c8a9fc6 100644 --- a/common/wireaddr.h +++ b/common/wireaddr.h @@ -35,7 +35,6 @@ struct sockaddr_un; * onion service addresses; Encodes: * `[32:32_byte_ed25519_pubkey] || [2:checksum] || [1:version]`, * where `checksum = sha3(".onion checksum" | pubkey || version)[:2]` - * * `5`: DNS hostname; data = `[byte:len][len*byte:hostname][u16:port]` (length up to 258) */ #define TOR_V2_ADDRLEN 10 diff --git a/contrib/pyln-spec/bolt7/pyln/spec/bolt7/text.py b/contrib/pyln-spec/bolt7/pyln/spec/bolt7/text.py index 81a6e105fbc1..96cbb4979ba8 100644 --- a/contrib/pyln-spec/bolt7/pyln/spec/bolt7/text.py +++ b/contrib/pyln-spec/bolt7/pyln/spec/bolt7/text.py @@ -286,7 +286,6 @@ onion service addresses; Encodes: `[32:32_byte_ed25519_pubkey] || [2:checksum] || [1:version]`, where `checksum = sha3(".onion checksum" | pubkey || version)[:2]`. - * `5`: DNS hostname; data = `[byte:len][len*byte:hostname][u16:port]` (length up to 258) ### Requirements