We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b3650 commit 58f4250Copy full SHA for 58f4250
02-peer-protocol.md
@@ -510,7 +510,8 @@ The sender:
510
- SHOULD initially set `alias` to value not related to the real `short_channel_id`.
511
- otherwise:
512
- MUST set `alias` to a value not related to the real `short_channel_id`.
513
- - MUST NOT send the same `alias` for multiple peers.
+ - MUST NOT send the same `alias` for multiple peers or use an alias which
514
+ collides with a `short_channel_id` of a channel on the same node.
515
- MUST always recognize the `alias` as a `short_channel_id` for incoming HTLCs to this channel.
516
- if `channel_type` has `option_scid_alias` set:
517
- MUST NOT allow incoming HTLCs to this channel using the real `short_channel_id`
0 commit comments