Drop unnecessary int reference in SCID conversion utilities
[rust-lightning] / fuzz / src / msg_targets / mod.rs
1 mod utils;
2 pub mod msg_accept_channel;
3 pub mod msg_announcement_signatures;
4 pub mod msg_closing_signed;
5 pub mod msg_commitment_signed;
6 pub mod msg_funding_created;
7 pub mod msg_channel_ready;
8 pub mod msg_funding_signed;
9 pub mod msg_gossip_timestamp_filter;
10 pub mod msg_init;
11 pub mod msg_open_channel;
12 pub mod msg_ping;
13 pub mod msg_pong;
14 pub mod msg_query_channel_range;
15 pub mod msg_reply_short_channel_ids_end;
16 pub mod msg_revoke_and_ack;
17 pub mod msg_shutdown;
18 pub mod msg_update_add_htlc;
19 pub mod msg_update_fail_htlc;
20 pub mod msg_update_fail_malformed_htlc;
21 pub mod msg_update_fee;
22 pub mod msg_update_fulfill_htlc;
23 pub mod msg_channel_reestablish;
24 pub mod msg_decoded_onion_error_packet;
25 pub mod msg_channel_announcement;
26 pub mod msg_node_announcement;
27 pub mod msg_query_short_channel_ids;
28 pub mod msg_reply_channel_range;
29 pub mod msg_error_message;
30 pub mod msg_warning_message;
31 pub mod msg_channel_update;
32 pub mod msg_channel_details;
33 pub mod msg_open_channel_v2;
34 pub mod msg_accept_channel_v2;
35 pub mod msg_tx_add_input;
36 pub mod msg_tx_add_output;
37 pub mod msg_tx_remove_input;
38 pub mod msg_tx_remove_output;
39 pub mod msg_tx_complete;
40 pub mod msg_tx_signatures;
41 pub mod msg_tx_init_rbf;
42 pub mod msg_tx_ack_rbf;
43 pub mod msg_tx_abort;
44 pub mod msg_stfu;
45 pub mod msg_splice;
46 pub mod msg_splice_ack;
47 pub mod msg_splice_locked;