File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
570570simple compression scheme: the first byte indicates the encoding, the
571571rest 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 `
573573tlv field.
574574
575575Encoding types:
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments