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 df3b3b5 commit 99f8055Copy full SHA for 99f8055
bin/trin-execution/src/subcommands/e2ss/import.rs
@@ -19,7 +19,7 @@ use crate::{
19
subcommands::e2ss::utils::percentage_from_address_hash,
20
};
21
22
-use crate::storage::evm_db::{ACCOUNTS_TABLE, BLOCK_HASHES_TABLE, CONTRACTS_TABLE, STORAGE_TABLE};
+use crate::storage::evm_db::{ACCOUNTS_TABLE, BLOCK_HASHES_TABLE, CONTRACTS_TABLE};
23
24
pub struct StateImporter {
25
config: ImportStateConfig,
0 commit comments