Skip to content

Commit e7d7db7

Browse files
committed
f two less lines
1 parent b200c5f commit e7d7db7

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
@@ -2292,9 +2292,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Channel<Signer> {
22922292
}
22932293

22942294
self.monitor_updating_paused(false, msg.is_some(), false, Vec::new(), Vec::new(), Vec::new());
2295-
UpdateFulfillCommitFetch::NewClaim {
2296-
monitor_update, htlc_value_msat,
2297-
}
2295+
UpdateFulfillCommitFetch::NewClaim { monitor_update, htlc_value_msat, }
22982296
},
22992297
UpdateFulfillFetch::DuplicateClaim {} => UpdateFulfillCommitFetch::DuplicateClaim {},
23002298
}

0 commit comments

Comments
 (0)