Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ The receiver of `query_channel_range`:
- MUST encode a `short_channel_id` for every open channel it knows in blocks `first_blocknum` to `first_blocknum` plus `number_of_blocks` minus one.
- MUST limit `number_of_blocks` to the maximum number of blocks whose
results could fit in `encoded_short_ids`
- MUST set `first_blocknum` to the previous `reply_channel_range`'s `first_blocknum` plus `number_of_blocks` when sending back multiple replies for the same `query_channel_range` request.
- if does not maintain up-to-date channel information for `chain_hash`:
- MUST set `complete` to 0.
- otherwise:
Expand Down