Skip to content

Commit d59f290

Browse files
committed
f fix comment
1 parent ac9d065 commit d59f290

File tree

1 file changed

+2
-1
lines changed
  • lightning-background-processor/src

1 file changed

+2
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,8 @@ mod tests {
14241424
// Ensure that we update the scorer when relevant events are processed. In this case, we ensure
14251425
// that we update the scorer upon a payment path succeeding (note that the channel must be
14261426
// public or else we won't score it).
1427-
// Set up a background event handler for FundingGenerationReady events.
1427+
// A background event handler for FundingGenerationReady events must be hooked up to a
1428+
// running background processor.
14281429
let scored_scid = 4242;
14291430
let secp_ctx = Secp256k1::new();
14301431
let node_1_privkey = SecretKey::from_slice(&[42; 32]).unwrap();

0 commit comments

Comments
 (0)