Skip to content

Commit 03780d4

Browse files
committed
Fixing nit changes_2
1 parent be84ac4 commit 03780d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitor<Signer> {
13431343
/// Loads the funding txo and outputs to watch into the given `chain::Filter` by repeatedly
13441344
/// calling `chain::Filter::register_output` and `chain::Filter::register_tx` until all outputs
13451345
/// have been registered.
1346-
pub fn load_outputs_to_watch<F: Deref, L: Deref>(&self, filter: &F,logger: &L,)
1346+
pub fn load_outputs_to_watch<F: Deref, L: Deref>(&self, filter: &F, logger: &L)
13471347
where
13481348
F::Target: chain::Filter, L::Target: Logger,
13491349
{

0 commit comments

Comments
 (0)