Skip to content

Commit

Permalink
consistent client removed
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Dec 5, 2024
1 parent b5eaf13 commit e513d86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gnosis.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::collections::HashMap;

use crate::errors::GnosisBlockExecutionError;
use alloy_consensus::constants::KECCAK_EMPTY;
use alloy_eips::eip4895::{Withdrawal, Withdrawals};
use alloy_primitives::{address, Address, U256};
use alloy_sol_macro::sol;
Expand Down Expand Up @@ -157,10 +156,6 @@ where
}
};

if state.get(&block_rewards_contract).unwrap().info.code_hash == KECCAK_EMPTY {
return Ok(HashMap::new());
}

let output_bytes = match result {
ExecutionResult::Success { output, .. } => match output {
Output::Call(output_bytes) |
Expand Down

0 comments on commit e513d86

Please sign in to comment.