Skip to content

Commit 77a9636

Browse files
committed
Shorten channelmonitor_deserialize_target's name for AFL
1 parent 220a3e9 commit 77a9636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fuzz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ name = "full_stack_target"
4343
path = "fuzz_targets/full_stack_target.rs"
4444

4545
[[bin]]
46-
name = "channelmonitor_deserialize_target"
47-
path = "fuzz_targets/channelmonitor_deserialize_target.rs"
46+
name = "chanmon_deser_target"
47+
path = "fuzz_targets/chanmon_deser_target.rs"
4848

4949
# message fuzz targets
5050
[[bin]]

0 commit comments

Comments
 (0)