Skip to content

Commit af79b4c

Browse files
refactor(fuzz): rename chainman fuzz target for clarity
Rename fuzz_target_chainman to fuzz_target_chainman_process_blocks to better describe its focus. - Rename fuzz_target_chainman.rs -> fuzz_target_chainman_process_blocks.rs - Update Cargo.toml path reference
1 parent 27ffa26 commit af79b4c

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
@@ -19,8 +19,8 @@ name = "fuzz_common"
1919
path = "common/lib.rs"
2020

2121
[[bin]]
22-
name = "fuzz_target_chainman"
23-
path = "fuzz_targets/fuzz_target_chainman.rs"
22+
name = "fuzz_target_chainman_process_blocks"
23+
path = "fuzz_targets/fuzz_target_chainman_process_blocks.rs"
2424
test = false
2525
doc = false
2626
bench = false

0 commit comments

Comments
 (0)