Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed Dec 28, 2020
1 parent 63ed551 commit 8e2257d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ There are several messages which contain a long array of
`short_channel_id`s (called `encoded_short_ids`) so we utilize a
simple compression scheme: the first byte indicates the encoding, the
rest contains the data. The compression algorithms supported by each
node are advertized in the `init` message's `compression_algorithms`
node are advertised in the `init` message's `compression_algorithms`
tlv field.

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

## Requirements

Expand Down

0 comments on commit 8e2257d

Please sign in to comment.