Skip to content

Commit a8e0606

Browse files
authored
fix(cli): reference correct --without-evm flag in init-state error (#20231)
1 parent 969689d commit a8e0606

File tree

1 file changed

+1
-1
lines changed
  • crates/cli/commands/src/init_state

1 file changed

+1
-1
lines changed

crates/cli/commands/src/init_state/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl<C: ChainSpecParser<ChainSpec: EthChainSpec + EthereumHardforks>> InitStateC
110110
static_file_provider.commit()?;
111111
} else if last_block_number > 0 && last_block_number < header.number() {
112112
return Err(eyre::eyre!(
113-
"Data directory should be empty when calling init-state with --without-evm-history."
113+
"Data directory should be empty when calling init-state with --without-evm."
114114
));
115115
}
116116
}

0 commit comments

Comments
 (0)