Skip to content

Commit

Permalink
fix(sidecar): clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 2, 2024
1 parent 1e1ec5f commit 9a5759f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bolt-sidecar/src/state/execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand All @@ -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},
Expand Down

0 comments on commit 9a5759f

Please sign in to comment.