Skip to content

Commit

Permalink
chore: temporarily remove BOLT RFC quotes to get past CI
Browse files Browse the repository at this point in the history
Setting BOLTVERSION in Makefile didn't work for various reasons.
Topmost I can't create branches in the RFC repo.
  • Loading branch information
m-schmoock committed Oct 13, 2021
1 parent 884ce6c commit 0b68251
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 0b68251

Please sign in to comment.