mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: update revm and alloy primitives (#11235)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
This commit is contained in:
@ -158,6 +158,6 @@ struct CachedAccount {
|
||||
|
||||
impl CachedAccount {
|
||||
fn new(info: Option<AccountInfo>) -> Self {
|
||||
Self { info, storage: HashMap::new() }
|
||||
Self { info, storage: HashMap::default() }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user