Skip to content

Commit

Permalink
string
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 24, 2024
1 parent da97732 commit e2da72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/database/interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use core::convert::Infallible;
use auto_impl::auto_impl;
use primitives::{Address, HashMap, B256, U256};
use state::{Account, AccountInfo, Bytecode};
use std::string::String;

#[cfg(feature = "asyncdb")]
pub mod async_db;
Expand Down

0 comments on commit e2da72c

Please sign in to comment.