Skip to content

Commit

Permalink
chore: temporarily remove BOLT spec to get past CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schmoock committed Oct 9, 2021
1 parent d2ccfef commit a6be613
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/wireaddr.h
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion contrib/pyln-spec/bolt7/pyln/spec/bolt7/text.py
Expand Up @@ -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
Expand Down

0 comments on commit a6be613

Please sign in to comment.