mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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