mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: BlockExecutionStrategy::execute_transaction API (#14586)
This commit is contained in:
@ -133,9 +133,9 @@ where
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn execute_transactions<'a>(
|
||||
fn execute_transaction(
|
||||
&mut self,
|
||||
_transactions: impl IntoIterator<Item = Recovered<&'a TransactionSigned>>,
|
||||
_tx: Recovered<&TransactionSigned>,
|
||||
) -> Result<(), Self::Error> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user