We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4a7ff commit b1000bcCopy full SHA for b1000bc
lightning/src/chain/channelmonitor.rs
@@ -3226,8 +3226,9 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
3226
3227
self.latest_update_id = updates.update_id;
3228
3229
- // Refuse updates after we've detected a spend onchain (or are otherwise closed), but only
3230
- // if the update isn't the kind of update we expect to see after channel closure.
+ // Refuse updates after we've detected a spend onchain (or if the channel was otherwise
+ // closed), but only if the update isn't the kind of update we expect to see after channel
3231
+ // closure.
3232
let mut is_pre_close_update = false;
3233
for update in updates.updates.iter() {
3234
match update {
0 commit comments