Skip to content

Commit 8e2257d

Browse files
committed
Fix typo
1 parent 63ed551 commit 8e2257d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

07-routing-gossip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ There are several messages which contain a long array of
569569
`short_channel_id`s (called `encoded_short_ids`) so we utilize a
570570
simple compression scheme: the first byte indicates the encoding, the
571571
rest contains the data. The compression algorithms supported by each
572-
node are advertized in the `init` message's `compression_algorithms`
572+
node are advertised in the `init` message's `compression_algorithms`
573573
tlv field.
574574

575575
Encoding types:

09-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Context column decodes as follows:
4040
| 16/17 | `basic_mpp` | Node can receive basic multi-part payments | IN9 | `payment_secret` | [BOLT #4][bolt04-mpp] |
4141
| 18/19 | `option_support_large_channel` | Can create large channels | IN | | [BOLT #2](02-peer-protocol.md#the-open_channel-message) |
4242
| 20/21 | `option_anchor_outputs` | Anchor outputs | IN | `option_static_remotekey` | [BOLT #3](03-transactions.md) |
43-
| 24/25 | `option_compression` | Compression algorithms advertized in `init` | IN | | [BOLT #1][01-messaging.md#the-init-message] |
43+
| 24/25 | `option_compression` | Compression algorithms advertised in `init` | IN | | [BOLT #1][01-messaging.md#the-init-message] |
4444

4545
## Requirements
4646

0 commit comments

Comments
 (0)