mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
fix typos
This commit is contained in:
parent
c4c5a8e5fb
commit
29c14c6e12
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ optional) features will have _odd_ feature bits, while incompatible features
|
||||||
will have _even_ feature bits
|
will have _even_ feature bits
|
||||||
(["It's OK to be odd!"](00-introduction.md#glossary-and-terminology-guide)).
|
(["It's OK to be odd!"](00-introduction.md#glossary-and-terminology-guide)).
|
||||||
|
|
||||||
A delay of 12-blocks is used when forgetting a channel on funding output spend
|
A delay of 12 blocks is used when forgetting a channel on funding output spend
|
||||||
as to permit a new `channel_announcement` to propagate which indicates this
|
as to permit a new `channel_announcement` to propagate which indicates this
|
||||||
channel was spliced.
|
channel was spliced.
|
||||||
|
|
||||||
|
@ -289,7 +289,7 @@ The following `address descriptor` types are defined:
|
||||||
* version 3 ([prop224](https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt))
|
* version 3 ([prop224](https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt))
|
||||||
onion service addresses; Encodes:
|
onion service addresses; Encodes:
|
||||||
`[32:32_byte_ed25519_pubkey] || [2:checksum] || [1:version]`, where
|
`[32:32_byte_ed25519_pubkey] || [2:checksum] || [1:version]`, where
|
||||||
`checksum = sha3(".onion checksum" | pubkey || version)[:2]`.
|
`checksum = sha3(".onion checksum" || pubkey || version)[:2]`.
|
||||||
* `5`: DNS hostname; data = `[1:hostname_len][hostname_len:hostname][2:port]` (length up to 258)
|
* `5`: DNS hostname; data = `[1:hostname_len][hostname_len:hostname][2:port]` (length up to 258)
|
||||||
* `hostname` bytes MUST be ASCII characters.
|
* `hostname` bytes MUST be ASCII characters.
|
||||||
* Non-ASCII characters MUST be encoded using Punycode:
|
* Non-ASCII characters MUST be encoded using Punycode:
|
||||||
|
|
Loading…
Add table
Reference in a new issue