Skip to content

Commit f123161

Browse files
committed
Remove spurious newlines
1 parent a6c0ec3 commit f123161

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,8 +1985,6 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
19851985
self.pending_monitor_events.push(MonitorEvent::CommitmentTxConfirmed(self.funding_info.0));
19861986
}
19871987

1988-
1989-
19901988
pub fn update_monitor<B: Deref, F: Deref, L: Deref>(&mut self, updates: &ChannelMonitorUpdate, broadcaster: &B, fee_estimator: &F, logger: &L) -> Result<(), ()>
19911989
where B::Target: BroadcasterInterface,
19921990
F::Target: FeeEstimator,

0 commit comments

Comments
 (0)