mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-17 10:22:32 -05:00
chore: bump revm alpha7 (#15202)
This commit is contained in:
@@ -172,7 +172,6 @@ where
|
||||
},
|
||||
EVMError::Database(err) => Self::Eth(err.into()),
|
||||
EVMError::Header(err) => Self::Eth(err.into()),
|
||||
EVMError::Precompile(err) => Self::Eth(EthApiError::EvmPrecompile(err)),
|
||||
EVMError::Custom(err) => Self::Eth(EthApiError::EvmCustom(err)),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user