mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: add missing from impl (#13477)
This commit is contained in:
@ -1191,6 +1191,12 @@ impl From<RecoveredTx> for TransactionSigned {
|
||||
}
|
||||
}
|
||||
|
||||
impl From<RecoveredTx<PooledTransaction>> for TransactionSigned {
|
||||
fn from(recovered: RecoveredTx<PooledTransaction>) -> Self {
|
||||
recovered.signed_transaction.into()
|
||||
}
|
||||
}
|
||||
|
||||
impl TryFrom<TransactionSigned> for PooledTransaction {
|
||||
type Error = TransactionConversionError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user