mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-26 15:48:13 -05:00
chore: add missing from impl (#12801)
This commit is contained in:
@@ -572,6 +572,12 @@ impl InMemorySize for PooledTransactionsElement {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<PooledTransactionsElementEcRecovered> for PooledTransactionsElement {
|
||||
fn from(recovered: PooledTransactionsElementEcRecovered) -> Self {
|
||||
recovered.into_transaction()
|
||||
}
|
||||
}
|
||||
|
||||
impl TryFrom<TransactionSigned> for PooledTransactionsElement {
|
||||
type Error = TransactionConversionError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user