Skip to content

Commit bcfa1dd

Browse files
author
Antoine Riard
committed
-f test_background_event_handling
1 parent 87797ee commit bcfa1dd

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ mod tests {
466466
.expect("SpendableOutputs not handled within deadline");
467467
match event {
468468
Event::SpendableOutputs { .. } => {},
469+
Event::ChannelClosed { .. } => {},
469470
_ => panic!("Unexpected event: {:?}", event),
470471
}
471472

0 commit comments

Comments
 (0)