Skip to content

Commit

Permalink
fixup! BOLT 2: channel_type is not a negotiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed Jul 7, 2021
1 parent e34781d commit 745b4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ The sending node:
- MUST include `upfront_shutdown_script`.
- if it includes `channel_type`:
- MUST set it to a defined type representing the type it wants.
- MUST use the smallest bitmap possible to represent the channel tyoe.
- SHOULD NOT set it to a type containing a feature which was not negotiated.
- MUST use the smallest bitmap possible to represent the channel tyoe.
- SHOULD NOT set it to a type containing a feature which was not negotiated.

The sending node SHOULD:
- set `to_self_delay` sufficient to ensure the sender can irreversibly spend a commitment transaction output, in case of misbehavior by the receiver.
Expand Down

0 comments on commit 745b4d0

Please sign in to comment.