Skip to content

Commit

Permalink
feat: tx stream to node
Browse files Browse the repository at this point in the history
  • Loading branch information
loocapro committed May 27, 2024
1 parent 0909543 commit c1d8cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e-test-utils/src/rpc.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use crate::transaction::TransactionStream;
use alloy_consensus::TxEnvelope;
use alloy_network::eip2718::Decodable2718;
use futures_util::StreamExt;
Expand All @@ -6,7 +7,6 @@ use reth_primitives::{Bytes, B256};
use reth_rpc::eth::{error::EthResult, EthTransactions};
use tracing::error;

use crate::transaction::TransactionStream;
pub struct RpcTestContext<Node: FullNodeComponents> {
pub inner: RpcRegistry<Node>,
}
Expand Down

0 comments on commit c1d8cd8

Please sign in to comment.