Skip to content

Commit

Permalink
fixup! Explicitly allow funding_locked early, and support alias scids.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed Oct 18, 2021
1 parent 52f6bc4 commit 1bf9356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ The sender:
- if it sets `alias`:
- if the `announce_channel` bit was set in both `open_channel` and `accept_channel`:
- SHOULD initially set `alias` to value not related to the real `short_channel_id`.
- SHOULD re-transmit `funding_locked` with the real `short_channel_id` once the channel is confirmed.
- otherwise:
- MUST set `alias` to a value not related to the real `short_channel_id`.
- MUST NOT send the same `alias` for multiple peers.
Expand Down

0 comments on commit 1bf9356

Please sign in to comment.