Skip to content

Commit ae7ea06

Browse files
committed
fix mistake of omitting htlc_minimum_msat
1 parent 6f7cb42 commit ae7ea06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext-dynamic-commitments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ a list of parameters which are unchangeable. We list these below:
6767

6868
- dust_limit_satoshis
6969
- max_htlc_value_in_flight_msat
70+
- htlc_minimum_msat
7071
- channel_reserve_satoshis
7172
- to_self_delay
7273
- max_accepted_htlcs
@@ -89,6 +90,7 @@ remaining after we filter out these values is thus:
8990

9091
- dust_limit_satoshis
9192
- max_htlc_value_in_flight_msat
93+
- htlc_minimum_msat
9294
- channel_reserve_satoshis
9395
- to_self_delay
9496
- max_accepted_htlcs

0 commit comments

Comments
 (0)