Skip to content

Commit

Permalink
fix: fix the fmt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Oct 14, 2024
1 parent 996b35f commit 0163acc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rpc/rpc-eth-api/src/helpers/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ use alloy_rpc_types::{
use alloy_rpc_types_eth::transaction::TransactionRequest;
use cfg_if::cfg_if;
use futures::Future;
#[cfg(feature = "bsc")]
use reth_bsc_forks::BscHardforks;
use reth_chainspec::{EthChainSpec, MIN_TRANSACTION_GAS};
#[cfg(feature = "bsc")]
use reth_errors::RethError;
Expand Down

0 comments on commit 0163acc

Please sign in to comment.