mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: deprecate recoveredtx alias (#13887)
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum OpPayloadBuilderError {
|
||||
/// Thrown when a transaction fails to convert to a
|
||||
/// [`reth_primitives::RecoveredTx`].
|
||||
/// [`reth_primitives::Recovered`].
|
||||
#[error("failed to convert deposit transaction to RecoveredTx")]
|
||||
TransactionEcRecoverFailed,
|
||||
/// Thrown when the L1 block info could not be parsed from the calldata of the
|
||||
|
||||
Reference in New Issue
Block a user