1
0
Fork 0
mirror of https://github.com/lightning/bolts.git synced 2025-02-22 22:25:42 +01:00

routing gossip: make channel_update singular

This commit is contained in:
lisa neigut 2018-09-12 09:02:18 -07:00 committed by Rusty Russell
parent 74167366bb
commit 35cee93cee

View file

@ -566,7 +566,7 @@ The receiver:
- if it has not sent `reply_short_channel_ids_end` to a previously received `query_short_channel_ids` from this sender:
- MAY fail the connection.
- MUST respond to each known `short_channel_id` with a `channel_announcement`
and the latest `channel_update`s for each end
and the latest `channel_update` for each end
- SHOULD NOT wait for the next outgoing gossip flush to send these.
- MUST follow with any `node_announcement`s for each `channel_announcement`
- SHOULD avoid sending duplicate `node_announcements` in response to a single `query_short_channel_ids`.