Skip to content

Commit

Permalink
f address euguen's nit from lightning#986 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed May 30, 2022
1 parent 92b3650 commit 58f4250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 02-peer-protocol.md
Expand Up @@ -510,7 +510,8 @@ The sender:
- SHOULD initially set `alias` to value not related to the real `short_channel_id`.
- otherwise:
- MUST set `alias` to a value not related to the real `short_channel_id`.
- MUST NOT send the same `alias` for multiple peers.
- MUST NOT send the same `alias` for multiple peers or use an alias which
collides with a `short_channel_id` of a channel on the same node.
- MUST always recognize the `alias` as a `short_channel_id` for incoming HTLCs to this channel.
- if `channel_type` has `option_scid_alias` set:
- MUST NOT allow incoming HTLCs to this channel using the real `short_channel_id`
Expand Down

0 comments on commit 58f4250

Please sign in to comment.