Skip to content

Commit 58f4250

Browse files
committed
f address euguen's nit from #986 (comment)
1 parent 92b3650 commit 58f4250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

02-peer-protocol.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ The sender:
510510
- SHOULD initially set `alias` to value not related to the real `short_channel_id`.
511511
- otherwise:
512512
- MUST set `alias` to a value not related to the real `short_channel_id`.
513-
- MUST NOT send the same `alias` for multiple peers.
513+
- 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.
514515
- MUST always recognize the `alias` as a `short_channel_id` for incoming HTLCs to this channel.
515516
- if `channel_type` has `option_scid_alias` set:
516517
- MUST NOT allow incoming HTLCs to this channel using the real `short_channel_id`

0 commit comments

Comments
 (0)