mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: re-use BlockExecutionStrategy in payload building (#14609)
This commit is contained in:
@ -136,8 +136,8 @@ where
|
||||
fn execute_transaction(
|
||||
&mut self,
|
||||
_tx: Recovered<&TransactionSigned>,
|
||||
) -> Result<(), Self::Error> {
|
||||
Ok(())
|
||||
) -> Result<u64, Self::Error> {
|
||||
Ok(0)
|
||||
}
|
||||
|
||||
fn apply_post_execution_changes(
|
||||
|
||||
Reference in New Issue
Block a user