We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3340f9b commit ac6966eCopy full SHA for ac6966e
lightning-background-processor/src/lib.rs
@@ -238,8 +238,7 @@ impl<
238
G,
239
&'a (dyn UtxoLookup + Send + Sync),
240
L,
241
- >
242
-where
+ > where
243
L::Target: Logger,
244
{
245
/// Initializes a new [`GossipSync::Rapid`] variant.
@@ -256,8 +255,7 @@ impl<'a, L: Deref>
256
255
&'a NetworkGraph<L>,
257
258
259
260
261
262
263
/// Initializes a new [`GossipSync::None`] variant.
0 commit comments