Skip to content

Commit 84d8de6

Browse files
committed
Remove spurious newlines
1 parent 7365897 commit 84d8de6

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
@@ -1970,8 +1970,6 @@ impl<Signer: Sign> ChannelMonitorImpl<Signer> {
19701970
self.pending_monitor_events.push(MonitorEvent::CommitmentTxConfirmed(self.funding_info.0));
19711971
}
19721972

1973-
1974-
19751973
pub fn update_monitor<B: Deref, F: Deref, L: Deref>(&mut self, updates: &ChannelMonitorUpdate, broadcaster: &B, fee_estimator: &F, logger: &L) -> Result<(), ()>
19761974
where B::Target: BroadcasterInterface,
19771975
F::Target: FeeEstimator,

0 commit comments

Comments
 (0)