Add `ChannelPending` event emitted upon `funding_signed`
[rust-lightning] / lightning / src / ln / reload_tests.rs
index ffb6ba0e85a1340da52bc88d28168e05f0f5dfe1..202ecce65de8d97503cb29d1ac60f3d4af239e83 100644 (file)
@@ -261,6 +261,9 @@ fn test_manager_serialize_deserialize_events() {
        }
        // Normally, this is where node_a would broadcast the funding transaction, but the test de/serializes first instead
 
+       expect_channel_pending_event(&node_a, &node_b.node.get_our_node_id());
+       expect_channel_pending_event(&node_b, &node_a.node.get_our_node_id());
+
        nodes.push(node_a);
        nodes.push(node_b);