mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: add dev feature in error message to generate test vectors (#12084)
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user