Add ChannelClosed generation at cooperative/force-close/error processing
[rust-lightning] / lightning-background-processor / src / lib.rs
index 4e6fb6f02dfdf7a2f43f21d9f176f5f528f270d3..c7d55ae61b7ecdc9ebb586654efd76a0dd650397 100644 (file)
@@ -614,6 +614,7 @@ mod tests {
                        .expect("SpendableOutputs not handled within deadline");
                match event {
                        Event::SpendableOutputs { .. } => {},
+                       Event::ChannelClosed { .. } => {},
                        _ => panic!("Unexpected event: {:?}", event),
                }