mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: rename TransactionSignedEcRecovered to RecoveredTx (#13074)
This commit is contained in:
@ -749,7 +749,7 @@ where
|
||||
))
|
||||
}
|
||||
|
||||
// Convert the transaction to a [TransactionSignedEcRecovered]. This is
|
||||
// Convert the transaction to a [RecoveredTx]. This is
|
||||
// purely for the purposes of utilizing the `evm_config.tx_env`` function.
|
||||
// Deposit transactions do not have signatures, so if the tx is a deposit, this
|
||||
// will just pull in its `from` address.
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum OpPayloadBuilderError {
|
||||
/// Thrown when a transaction fails to convert to a
|
||||
/// [`reth_primitives::TransactionSignedEcRecovered`].
|
||||
#[error("failed to convert deposit transaction to TransactionSignedEcRecovered")]
|
||||
/// [`reth_primitives::RecoveredTx`].
|
||||
#[error("failed to convert deposit transaction to RecoveredTx")]
|
||||
TransactionEcRecoverFailed,
|
||||
/// Thrown when the L1 block info could not be parsed from the calldata of the
|
||||
/// first transaction supplied in the payload attributes.
|
||||
|
||||
Reference in New Issue
Block a user