mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(evm): use RethEvmBuilder inside ConfigureEvm (#9745)
This commit is contained in:
@ -116,6 +116,8 @@ impl ConfigureEvm for EthEvmConfig {
|
||||
) -> reth_revm::Evm<'_, Self::DefaultExternalContext<'_>, DB> {
|
||||
EvmBuilder::default().with_db(db).build()
|
||||
}
|
||||
|
||||
fn default_external_context<'a>(&self) -> Self::DefaultExternalContext<'a> {}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user