mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf: remove unnecessary state clone (#4763)
This commit is contained in:
@ -623,7 +623,7 @@ mod tests {
|
||||
}
|
||||
|
||||
impl StateRootProvider for StateProviderTest {
|
||||
fn state_root(&self, _bundle_state: BundleStateWithReceipts) -> RethResult<H256> {
|
||||
fn state_root(&self, _bundle_state: &BundleStateWithReceipts) -> RethResult<H256> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user