Skip to content

Commit f9ddc57

Browse files
committed
f sp
1 parent 9124314 commit f9ddc57

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

0 commit comments

Comments
 (0)