Merge pull request #2042 from ffaex/add_fn
[rust-lightning] / fuzz / src / msg_targets / mod.rs
index dd1540ce51ec51f21c3bdc28fed92d31bd194127..fe3bd14a7c9e25e4645f0c069d5d07a9ac3e0627 100644 (file)
@@ -30,3 +30,15 @@ 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;
+pub mod msg_open_channel_v2;
+pub mod msg_accept_channel_v2;
+pub mod msg_tx_add_input;
+pub mod msg_tx_add_output;
+pub mod msg_tx_remove_input;
+pub mod msg_tx_remove_output;
+pub mod msg_tx_complete;
+pub mod msg_tx_signatures;
+pub mod msg_tx_init_rbf;
+pub mod msg_tx_ack_rbf;
+pub mod msg_tx_abort;