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 14eaf7c commit 4fd1c3c
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 @@ -260,7 +260,7 @@ pub fn build_payload(

pub fn apply_withdrawals(
context: &mut PayloadBuildContext,
) -> Result<HashMap<Address, Account>, EvmError> {
) -> Result<CacheDB, EvmError> {
#[cfg(feature = "levm")]
{
let mut block_cache = HashMap::new();
Expand Down

0 comments on commit 4fd1c3c

Please sign in to comment.