mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore!:unify trait fn naming for recovery (#13981)
This commit is contained in:
@ -322,7 +322,7 @@ where
|
||||
}
|
||||
|
||||
// Configure the environment for the block.
|
||||
let tx_recovered = tx.clone().try_into_ecrecovered().map_err(|_| {
|
||||
let tx_recovered = tx.try_clone_into_recovered().map_err(|_| {
|
||||
BlockExecutionError::Validation(BlockValidationError::SenderRecoveryError)
|
||||
})?;
|
||||
let tx_env = evm_config.tx_env(&tx_recovered, tx_recovered.signer());
|
||||
|
||||
Reference in New Issue
Block a user