fix: Remove unncessary overrides

This commit is contained in:
sprites0
2025-06-23 15:42:18 +00:00
parent 3896e7c645
commit 66382f6f03

View File

@ -72,14 +72,6 @@ where
self.mainnet.validate_initial_tx_gas(evm)
}
fn reward_beneficiary(
&self,
evm: &mut Self::Evm,
exec_result: &mut <Self::Frame as Frame>::FrameResult,
) -> Result<(), Self::Error> {
Ok(())
}
fn output(
&self,
evm: &mut Self::Evm,