mirror of
https://github.com/lightning/bolts.git
synced 2025-03-09 23:55:17 +01:00
Fix short_chanel_id
typos (#1087)
This commit is contained in:
parent
aad959a297
commit
25a383af98
1 changed files with 2 additions and 2 deletions
|
@ -806,8 +806,8 @@ The receiver of `query_channel_range`:
|
|||
- MUST set `sync_complete` to `true`.
|
||||
|
||||
If the incoming message includes `query_option`, the receiver MAY append additional information to its reply:
|
||||
- if bit 0 in `query_option_flags` is set, the receiver MAY append a `timestamps_tlv` that contains `channel_update` timestamps for all `short_chanel_id`s in `encoded_short_ids`
|
||||
- if bit 1 in `query_option_flags` is set, the receiver MAY append a `checksums_tlv` that contains `channel_update` checksums for all `short_chanel_id`s in `encoded_short_ids`
|
||||
- if bit 0 in `query_option_flags` is set, the receiver MAY append a `timestamps_tlv` that contains `channel_update` timestamps for all `short_channel_id`s in `encoded_short_ids`
|
||||
- if bit 1 in `query_option_flags` is set, the receiver MAY append a `checksums_tlv` that contains `channel_update` checksums for all `short_channel_id`s in `encoded_short_ids`
|
||||
|
||||
#### Rationale
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue