Merge pull request #1506 from tnull/2022-05-rename-funding-locked
[rust-lightning] / fuzz / src / msg_targets / mod.rs
index 8acb690b04bf92a0f1df4028fbc6f00eef0cc8b1..dd1540ce51ec51f21c3bdc28fed92d31bd194127 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;