From a6be613dfae73eb238446434eaea7dc7190b7e1b Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Sat, 9 Oct 2021 12:18:13 +0200 Subject: [PATCH] chore: temporarily remove BOLT spec to get past CI --- common/wireaddr.h | 1 - contrib/pyln-spec/bolt7/pyln/spec/bolt7/text.py | 1 - 2 files changed, 2 deletions(-) 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