Skip to content

Commit 0902fe4

Browse files
committed
f sp
1 parent ecc3ec5 commit 0902fe4

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
@@ -538,12 +538,11 @@ impl_writeable_tlv_based_enum_upgradable!(MonitorUpdateCompletionAction,
538538
(0, PaymentClaimed) => { (0, payment_hash, required) },
539539
(2, EmitEventAndFreeOtherChannel) => {
540540
(0, event, upgradable_required),
541-
// LDK prior to 0.0.115 did not have this field as the monitor update application order was
542-
// required by clients. If we downgrade to something prior to 0.0.115 this may result in
541+
// LDK prior to 0.0.116 did not have this field as the monitor update application order was
542+
// required by clients. If we downgrade to something prior to 0.0.116 this may result in
543543
// monitor updates which aren't properly blocked or resumed, however that's fine - we don't
544-
// support async monitor updates even in LDK 0.0.115 and once we do we'll require no
545-
// downgrades to prior versions. Thus, while this would break on downgrade, we don't
546-
// support it even without downgrade, so if it breaks its not on us ¯\_(ツ)_/¯.
544+
// support async monitor updates even in LDK 0.0.116 and once we do we'll require no
545+
// downgrades to prior versions.
547546
(1, downstream_counterparty_and_funding_outpoint, option),
548547
},
549548
);

0 commit comments

Comments
 (0)