Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 31, 2024
1 parent ab79c05 commit ccba89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eth_rpc/servers/eth_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use reth_primitives::{BlockId, BlockNumberOrTag};
use serde_json::Value;
use starknet::providers::Provider;
use std::sync::Arc;
use tracing::Level;

/// The RPC module for the Ethereum protocol required by Kakarot.
#[derive(Debug)]
Expand Down

0 comments on commit ccba89c

Please sign in to comment.