X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2Fsrc%2Fmsg_targets%2Fmod.rs;h=fe3bd14a7c9e25e4645f0c069d5d07a9ac3e0627;hb=0d3adb8fa08474b6d893a373b78e0195d061cfe6;hp=67d66e23f5da8635a9c3d8e78e11358b71563a7f;hpb=d246e613793e2a1ec016f75027ec6ef2e80f3418;p=rust-lightning diff --git a/fuzz/src/msg_targets/mod.rs b/fuzz/src/msg_targets/mod.rs index 67d66e23..fe3bd14a 100644 --- a/fuzz/src/msg_targets/mod.rs +++ b/fuzz/src/msg_targets/mod.rs @@ -31,3 +31,14 @@ 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;