mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: Remove unncessary overrides
This commit is contained in:
@ -72,14 +72,6 @@ where
|
|||||||
self.mainnet.validate_initial_tx_gas(evm)
|
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(
|
fn output(
|
||||||
&self,
|
&self,
|
||||||
evm: &mut Self::Evm,
|
evm: &mut Self::Evm,
|
||||||
|
|||||||
Reference in New Issue
Block a user