refactor: merge signed tx traits (#14622)

This commit is contained in:
Léa Narzis
2025-02-24 14:43:31 +01:00
committed by GitHub
parent 480c33f932
commit 340d7ba008
16 changed files with 53 additions and 66 deletions

View File

@ -49,7 +49,7 @@ use reth_network_p2p::{
};
use reth_network_peers::PeerId;
use reth_network_types::ReputationChangeKind;
use reth_primitives::{transaction::SignedTransactionIntoRecoveredExt, TransactionSigned};
use reth_primitives::TransactionSigned;
use reth_primitives_traits::SignedTransaction;
use reth_tokio_util::EventStream;
use reth_transaction_pool::{