fix: add dev feature in error message to generate test vectors (#12084)

This commit is contained in:
tedison
2024-11-06 02:30:08 -05:00
committed by GitHub
parent 6ddb3eac97
commit 3f02e18dc5

View File

@ -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();