Skip to content

Commit 1c21e41

Browse files
committed
f two less lines
1 parent aa46b19 commit 1c21e41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,9 +2295,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
22952295
}
22962296

22972297
self.monitor_updating_paused(false, msg.is_some(), false, Vec::new(), Vec::new(), Vec::new());
2298-
UpdateFulfillCommitFetch::NewClaim {
2299-
monitor_update, htlc_value_msat,
2300-
}
2298+
UpdateFulfillCommitFetch::NewClaim { monitor_update, htlc_value_msat, }
23012299
},
23022300
UpdateFulfillFetch::DuplicateClaim {} => UpdateFulfillCommitFetch::DuplicateClaim {},
23032301
}

0 commit comments

Comments
 (0)