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 6d7fab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 Expand Up @@ -1289,7 +1288,7 @@ A node:
- MUST retransmit `funding_locked`.
- otherwise:
- MUST NOT retransmit `funding_locked`, but MAY send `funding_locked` with
a different `short_channel_id` `alias` field.
a different `short_channel_id` `alias` field.
- upon reconnection:
- MUST ignore any redundant `funding_locked` it receives.
- if `next_commitment_number` is equal to the commitment number of
Expand Down

0 comments on commit 6d7fab7

Please sign in to comment.