From 9a5759f886253b7e55d173521e1c5ada34be8ff5 Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Wed, 2 Oct 2024 15:17:54 +0200 Subject: [PATCH] fix(sidecar): clippy --- bolt-sidecar/src/state/execution.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bolt-sidecar/src/state/execution.rs b/bolt-sidecar/src/state/execution.rs index 8098775c1..f9337ef9d 100644 --- a/bolt-sidecar/src/state/execution.rs +++ b/bolt-sidecar/src/state/execution.rs @@ -531,7 +531,7 @@ mod tests { use std::{num::NonZero, str::FromStr, time::Duration}; use alloy::{ - consensus::constants::{ETH_TO_WEI, LEGACY_TX_TYPE_ID}, + consensus::constants::ETH_TO_WEI, eips::eip2718::Encodable2718, network::EthereumWallet, primitives::{uint, Uint}, @@ -540,7 +540,6 @@ mod tests { }; use fetcher::{StateClient, StateFetcher}; use reth_primitives::constants::GWEI_TO_WEI; - use tracing::info; use crate::{ crypto::{bls::Signer, SignableBLS, SignerBLS},