Merge pull request #1567 from tnull/2022-06-send-probe
[rust-lightning] / fuzz / src / msg_targets / mod.rs
index 8acb690b04bf92a0f1df4028fbc6f00eef0cc8b1..67d66e23f5da8635a9c3d8e78e11358b71563a7f 100644 (file)
@@ -4,7 +4,7 @@ pub mod msg_announcement_signatures;
 pub mod msg_closing_signed;
 pub mod msg_commitment_signed;
 pub mod msg_funding_created;
-pub mod msg_funding_locked;
+pub mod msg_channel_ready;
 pub mod msg_funding_signed;
 pub mod msg_gossip_timestamp_filter;
 pub mod msg_init;
@@ -30,3 +30,4 @@ pub mod msg_reply_channel_range;
 pub mod msg_error_message;
 pub mod msg_warning_message;
 pub mod msg_channel_update;
+pub mod msg_channel_details;