fix: seed files location

This commit is contained in:
Roman 2026-06-23 10:33:01 +08:00
parent 3b2665994c
commit 97deff76c6
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -11,9 +11,9 @@ fn generate_seeds() {
.expect("fuzz_props is one level below the workspace root");
let targets = [
"fuzz/corpus/fuzz_transaction_decoding/seed_empty_tx",
"fuzz/corpus/fuzz_stateless_verification/seed_empty_tx",
"fuzz/corpus/fuzz_state_transition/seed_empty_tx",
"corpus/libfuzz/fuzz_transaction_decoding/seed_empty_tx",
"corpus/libfuzz/fuzz_stateless_verification/seed_empty_tx",
"corpus/libfuzz/fuzz_state_transition/seed_empty_tx",
];
for rel in &targets {
let p = workspace_root.join(rel);