Skip to content

Commit

Permalink
fix: add dev feature in error message to generate test vectors (#12084)
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim authored Nov 6, 2024
1 parent 6ddb3ea commit 3f02e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/storage/db/benches/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ where
env!("CARGO_MANIFEST_DIR"),
T::NAME
))
.expect("Test vectors not found. They can be generated from the workspace by calling `cargo run --bin reth -- test-vectors tables`."),
.expect("Test vectors not found. They can be generated from the workspace by calling `cargo run --bin reth --features dev -- test-vectors tables`."),
))
.unwrap();

Expand Down

0 comments on commit 3f02e18

Please sign in to comment.