We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969689d commit a8e0606Copy full SHA for a8e0606
crates/cli/commands/src/init_state/mod.rs
@@ -110,7 +110,7 @@ impl<C: ChainSpecParser<ChainSpec: EthChainSpec + EthereumHardforks>> InitStateC
110
static_file_provider.commit()?;
111
} else if last_block_number > 0 && last_block_number < header.number() {
112
return Err(eyre::eyre!(
113
- "Data directory should be empty when calling init-state with --without-evm-history."
+ "Data directory should be empty when calling init-state with --without-evm."
114
));
115
}
116
0 commit comments