Merge pull request #51 from TheBlueMatt/master

Shorten channelmonitor_deserialize_target's name for AFL
This commit is contained in:
Matt Corallo 2018-07-18 15:00:49 -04:00 committed by GitHub
commit f22ff22b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -43,8 +43,8 @@ name = "full_stack_target"
path = "fuzz_targets/full_stack_target.rs" path = "fuzz_targets/full_stack_target.rs"
[[bin]] [[bin]]
name = "channelmonitor_deserialize_target" name = "chanmon_deser_target"
path = "fuzz_targets/channelmonitor_deserialize_target.rs" path = "fuzz_targets/chanmon_deser_target.rs"
# message fuzz targets # message fuzz targets
[[bin]] [[bin]]