Skip to content

Commit

Permalink
BOLT 7: remove 2^32 restriction from channel_update as well. (#902)
Browse files Browse the repository at this point in the history
This was missed in #877

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored Aug 30, 2021
1 parent 07c7cae commit d892c31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 07-routing-gossip.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,6 @@ The origin node:
- MUST set this to less than or equal to the channel capacity.
- MUST set this to less than or equal to `max_htlc_value_in_flight_msat`
it received from the peer.
- for channels with `chain_hash` identifying the Bitcoin blockchain:
- MUST set this to less than 2^32.
- otherwise:
- MUST set the `option_channel_htlc_max` bit of `message_flags` to 0.
- MUST set bits in `channel_flags` and `message_flags `that are not assigned a meaning to 0.
Expand Down

0 comments on commit d892c31

Please sign in to comment.