Implement Flat Features
[rust-lightning] / fuzz / src / msg_targets / mod.rs
index 5475381d48f64fe9edce299795208d1e2e7c3317..ef3c489f041768721328499c1f120ddc7db07f2d 100644 (file)
@@ -8,7 +8,6 @@ pub mod msg_decoded_onion_error_packet;
 pub mod msg_funding_created;
 pub mod msg_funding_locked;
 pub mod msg_funding_signed;
-pub mod msg_init;
 pub mod msg_open_channel;
 pub mod msg_revoke_and_ack;
 pub mod msg_shutdown;
@@ -22,5 +21,6 @@ pub mod msg_node_announcement;
 pub mod msg_update_add_htlc;
 pub mod msg_error_message;
 pub mod msg_onion_hop_data;
+pub mod msg_init;
 pub mod msg_ping;
 pub mod msg_pong;