Skip to content

Commit

Permalink
fix mistake of omitting htlc_minimum_msat
Browse files Browse the repository at this point in the history
  • Loading branch information
ProofOfKeags committed Sep 12, 2024
1 parent 6f7cb42 commit ae7ea06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext-dynamic-commitments.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ a list of parameters which are unchangeable. We list these below:

- dust_limit_satoshis
- max_htlc_value_in_flight_msat
- htlc_minimum_msat
- channel_reserve_satoshis
- to_self_delay
- max_accepted_htlcs
Expand All @@ -89,6 +90,7 @@ remaining after we filter out these values is thus:

- dust_limit_satoshis
- max_htlc_value_in_flight_msat
- htlc_minimum_msat
- channel_reserve_satoshis
- to_self_delay
- max_accepted_htlcs
Expand Down

0 comments on commit ae7ea06

Please sign in to comment.