Skip to content

Commit

Permalink
Fix(ledger-tool): evm storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
vldm committed Jan 10, 2023
1 parent 97acd16 commit ca82dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ fn main() {
evm_blockstore_process_command(&ledger_path, arg_matches)
}
("evm_state", Some(arg_matches)) => {
process_evm_state_command(&ledger_path, arg_matches)
process_evm_state_command(&evm_state_path, arg_matches)
.unwrap_or_else(|err| panic!("EVM state subcommand error: {:?}", err));
}
("print", Some(arg_matches)) => {
Expand Down

0 comments on commit ca82dc8

Please sign in to comment.