We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9d065 commit d59f290Copy full SHA for d59f290
lightning-background-processor/src/lib.rs
@@ -1424,7 +1424,8 @@ mod tests {
1424
// Ensure that we update the scorer when relevant events are processed. In this case, we ensure
1425
// that we update the scorer upon a payment path succeeding (note that the channel must be
1426
// public or else we won't score it).
1427
- // Set up a background event handler for FundingGenerationReady events.
+ // A background event handler for FundingGenerationReady events must be hooked up to a
1428
+ // running background processor.
1429
let scored_scid = 4242;
1430
let secp_ctx = Secp256k1::new();
1431
let node_1_privkey = SecretKey::from_slice(&[42; 32]).unwrap();
0 commit comments