mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Merge pull request #51 from TheBlueMatt/master
Shorten channelmonitor_deserialize_target's name for AFL
This commit is contained in:
commit
f22ff22b8a
2 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ name = "full_stack_target"
|
|||
path = "fuzz_targets/full_stack_target.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "channelmonitor_deserialize_target"
|
||||
path = "fuzz_targets/channelmonitor_deserialize_target.rs"
|
||||
name = "chanmon_deser_target"
|
||||
path = "fuzz_targets/chanmon_deser_target.rs"
|
||||
|
||||
# message fuzz targets
|
||||
[[bin]]
|
||||
|
|
Loading…
Add table
Reference in a new issue