chore: bump revm alpha7 (#15202)

This commit is contained in:
Matthias Seitz
2025-03-21 20:08:43 +01:00
committed by GitHub
parent 20a6a85148
commit e3a67762be
7 changed files with 61 additions and 72 deletions

View File

@@ -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)),
}
}