Skip to content

Commit 2414f71

Browse files
committed
f sp
1 parent cd1b4d1 commit 2414f71

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,12 +535,11 @@ impl_writeable_tlv_based_enum_upgradable!(MonitorUpdateCompletionAction,
535535
(0, PaymentClaimed) => { (0, payment_hash, required) },
536536
(2, EmitEventAndFreeOtherChannel) => {
537537
(0, event, upgradable_required),
538-
// LDK prior to 0.0.115 did not have this field as the monitor update application order was
539-
// required by clients. If we downgrade to something prior to 0.0.115 this may result in
538+
// LDK prior to 0.0.116 did not have this field as the monitor update application order was
539+
// required by clients. If we downgrade to something prior to 0.0.116 this may result in
540540
// monitor updates which aren't properly blocked or resumed, however that's fine - we don't
541-
// support async monitor updates even in LDK 0.0.115 and once we do we'll require no
542-
// downgrades to prior versions. Thus, while this would break on downgrade, we don't
543-
// support it even without downgrade, so if it breaks its not on us ¯\_(ツ)_/¯.
541+
// support async monitor updates even in LDK 0.0.116 and once we do we'll require no
542+
// downgrades to prior versions.
544543
(1, downstream_counterparty_and_funding_outpoint, option),
545544
},
546545
);

0 commit comments

Comments
 (0)