feat: generic receipt ExecuteOutput (#12966)

This commit is contained in:
Hoa Nguyen
2024-11-30 22:49:54 +07:00
committed by GitHub
parent e0cad9fdae
commit 7353dc94a8
4 changed files with 10 additions and 8 deletions

View File

@ -158,7 +158,7 @@ where
&mut self,
block: &BlockWithSenders,
total_difficulty: U256,
) -> Result<ExecuteOutput, Self::Error> {
) -> Result<ExecuteOutput<Receipt>, Self::Error> {
let env = self.evm_env_for_block(&block.header, total_difficulty);
let mut evm = self.evm_config.evm_with_env(&mut self.state, env);