1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

routing gossip, query message: attempt to clarify description of

`query_short_channel_ids`
This commit is contained in:
lisa neigut 2018-09-12 08:56:48 -07:00 committed by Rusty Russell
parent d88e58db90
commit 74167366bb

View File

@ -539,11 +539,12 @@ contents could decompress to more then 3669960 bytes.
* [`32`:`chain_hash`]
* [`1`:`complete`]
This is a general mechanism which lets a node query for
`channel_announcement` and `channel_update`s for specific `short_channel_id`s;
usually either because it sees a `channel_update` for which it has no
`channel_announcement` or because it has obtained them from
`reply_channel_range`.
This is a general mechanism which lets a node query for the
`channel_announcement` and `channel_update` messages for specific channels
(identified via `short_channel_id`s). This is usually used either because
a node sees a `channel_update` for which it has no `channel_announcement` or
because it has obtained previously unknown `short_channel_id`s
from `reply_channel_range`.
#### Requirements