Skip to content

Commit

Permalink
Update crates/blockchain/payload.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Fabrizio Orsi <tomas.orsi@lambdaclass.com>
  • Loading branch information
tomip01 and lima-limon-inc authored Jan 30, 2025
1 parent 4fd1c3c commit 1c3c9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blockchain/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ pub fn apply_withdrawals(
) -> Result<CacheDB, EvmError> {
#[cfg(feature = "levm")]
{
let mut block_cache = HashMap::new();
let mut block_cache = CacheDB::new();
// Apply withdrawals & call beacon root contract, and obtain the new state root
let fork = context
.chain_config()?
Expand Down

0 comments on commit 1c3c9ab

Please sign in to comment.