Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Oct 30, 2024
1 parent cb3a59e commit a843852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/revm/src/db/in_memory_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl<ExtDB> CacheDB<ExtDB> {
contracts.insert(KECCAK_EMPTY, Bytecode::default());
contracts.insert(B256::ZERO, Bytecode::default());
Self {
accounts: DbMap::new(),
accounts: DbMap::default(),
contracts,
logs: Vec::default(),
block_hashes: HashMap::default(),
Expand Down

0 comments on commit a843852

Please sign in to comment.