mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: rename reth_primitives::RecoveredTx functions to match alloy::Recovered (#13663)
This commit is contained in:
@@ -1538,7 +1538,7 @@ impl<T: SignedTransaction> PropagateTransaction<T> {
|
||||
{
|
||||
let size = tx.encoded_length();
|
||||
let transaction = tx.transaction.clone_into_consensus();
|
||||
let transaction = Arc::new(transaction.into_signed());
|
||||
let transaction = Arc::new(transaction.into_tx());
|
||||
Self { size, transaction }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user