Skip to content

Commit 29c14c6

Browse files
antonilolt-bast
authored andcommitted
fix typos
1 parent c4c5a8e commit 29c14c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

07-routing-gossip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ optional) features will have _odd_ feature bits, while incompatible features
249249
will have _even_ feature bits
250250
(["It's OK to be odd!"](00-introduction.md#glossary-and-terminology-guide)).
251251

252-
A delay of 12-blocks is used when forgetting a channel on funding output spend
252+
A delay of 12 blocks is used when forgetting a channel on funding output spend
253253
as to permit a new `channel_announcement` to propagate which indicates this
254254
channel was spliced.
255255

@@ -289,7 +289,7 @@ The following `address descriptor` types are defined:
289289
* version 3 ([prop224](https://gitweb.torproject.org/torspec.git/tree/proposals/224-rend-spec-ng.txt))
290290
onion service addresses; Encodes:
291291
`[32:32_byte_ed25519_pubkey] || [2:checksum] || [1:version]`, where
292-
`checksum = sha3(".onion checksum" | pubkey || version)[:2]`.
292+
`checksum = sha3(".onion checksum" || pubkey || version)[:2]`.
293293
* `5`: DNS hostname; data = `[1:hostname_len][hostname_len:hostname][2:port]` (length up to 258)
294294
* `hostname` bytes MUST be ASCII characters.
295295
* Non-ASCII characters MUST be encoded using Punycode:

0 commit comments

Comments
 (0)