Skip to content

Commit

Permalink
patch reestablish-send-channel-features.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed May 7, 2021
1 parent e7452fa commit 494e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ A node receiving `channel_reestablish`:
- otherwise:
- MUST consider the received `channel_features` as the current features of the channel.
- otherwise, if `channel_features` has fewer bits set than the sent `channel_features`:
- if the missing bits are not in the sent `upgrades_available`:
- if the missing bits are not in the received `upgrades_available`:
- MUST fail the upgrade
- otherwise:
- MUST consider the sent `channel_features` as the current features of the channel.
Expand Down

0 comments on commit 494e54c

Please sign in to comment.