mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: Add more low-level methods to Executor (#14440)
This commit is contained in:
@ -165,6 +165,10 @@ where
|
||||
fn state_mut(&mut self) -> &mut State<DB> {
|
||||
&mut self.state
|
||||
}
|
||||
|
||||
fn into_state(self) -> reth::revm::db::State<Self::DB> {
|
||||
self.state
|
||||
}
|
||||
}
|
||||
|
||||
sol!(
|
||||
|
||||
Reference in New Issue
Block a user