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:
@ -998,7 +998,7 @@ mod tests {
|
||||
let BlockExecutionOutput { receipts, requests, .. } = executor
|
||||
.execute(
|
||||
&Block { header, body: BlockBody { transactions: vec![tx], ..Default::default() } }
|
||||
.with_recovered_senders()
|
||||
.try_into_recovered()
|
||||
.unwrap(),
|
||||
)
|
||||
.unwrap();
|
||||
@ -1074,7 +1074,7 @@ mod tests {
|
||||
// Execute the block and capture the result
|
||||
let exec_result = executor.execute(
|
||||
&Block { header, body: BlockBody { transactions: vec![tx], ..Default::default() } }
|
||||
.with_recovered_senders()
|
||||
.try_into_recovered()
|
||||
.unwrap(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user