Skip to content

Commit b1000bc

Browse files
committed
f clarity
1 parent 0f4a7ff commit b1000bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/chain/channelmonitor.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -3226,8 +3226,9 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
32263226

32273227
self.latest_update_id = updates.update_id;
32283228

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.
3229+
// Refuse updates after we've detected a spend onchain (or if the channel was otherwise
3230+
// closed), but only if the update isn't the kind of update we expect to see after channel
3231+
// closure.
32313232
let mut is_pre_close_update = false;
32323233
for update in updates.updates.iter() {
32333234
match update {

0 commit comments

Comments
 (0)