Skip to content

Commit 21f14de

Browse files
committed
f sp
1 parent 3e255fe commit 21f14de

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

0 commit comments

Comments
 (0)