Skip to content

Commit

Permalink
[fuzz] Add a ChannelDetails msg target
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jul 1, 2022
1 parent cee1feb commit c9a52d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuzz/src/bin/gen_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ GEN_TEST msg_channel_update msg_targets::
GEN_TEST msg_onion_hop_data msg_targets::
GEN_TEST msg_ping msg_targets::
GEN_TEST msg_pong msg_targets::

GEN_TEST msg_channel_details msg_targets::
2 changes: 2 additions & 0 deletions fuzz/src/msg_targets/gen_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ GEN_TEST lightning::ln::msgs::ReplyChannelRange test_msg ""
GEN_TEST lightning::ln::msgs::ErrorMessage test_msg_hole ", 32, 2"
GEN_TEST lightning::ln::msgs::WarningMessage test_msg_hole ", 32, 2"
GEN_TEST lightning::ln::msgs::ChannelUpdate test_msg_hole ", 108, 1"

GEN_TEST lightning::ln::channelmanager::ChannelDetails test_msg_simple ""

0 comments on commit c9a52d6

Please sign in to comment.