Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 21, 2024
1 parent 4e8a6ac commit 2c3b50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/optimism/rpc/src/eth/transaction.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Loads and formats OP transaction RPC response.

use alloy_primitives::{Bytes, B256};
use alloy_rpc_types::TransactionInfo;
use op_alloy_rpc_types::Transaction;
use reth_node_api::FullNodeComponents;
use reth_primitives::TransactionSignedEcRecovered;
Expand All @@ -11,7 +12,6 @@ use reth_rpc_eth_api::{
FromEthApiError, FullEthApiTypes, TransactionCompat,
};
use reth_rpc_eth_types::{utils::recover_raw_transaction, EthStateCache};
use alloy_rpc_types::TransactionInfo;
use reth_transaction_pool::{PoolTransaction, TransactionOrigin, TransactionPool};

use crate::{OpEthApi, SequencerClient};
Expand Down
2 changes: 1 addition & 1 deletion examples/db-access/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use alloy_rpc_types::{Filter, FilteredParams};
use reth_chainspec::ChainSpecBuilder;
use reth_node_ethereum::EthereumNode;
use reth_node_types::NodeTypesWithDBAdapter;
Expand All @@ -6,7 +7,6 @@ use reth_provider::{
providers::StaticFileProvider, AccountReader, BlockReader, BlockSource, HeaderProvider,
ProviderFactory, ReceiptProvider, StateProvider, TransactionsProvider,
};
use alloy_rpc_types::{Filter, FilteredParams};
use std::path::Path;

// Providers are zero cost abstractions on top of an opened MDBX Transaction
Expand Down

0 comments on commit 2c3b50e

Please sign in to comment.