mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
add implementation for StateRootProvider for StateProviderTest (#5060)
This commit is contained in:
@@ -22,3 +22,4 @@ revm.workspace = true
|
||||
|
||||
# common
|
||||
tracing.workspace = true
|
||||
|
||||
|
||||
@@ -616,7 +616,7 @@ mod tests {
|
||||
|
||||
impl StateRootProvider for StateProviderTest {
|
||||
fn state_root(&self, _bundle_state: &BundleStateWithReceipts) -> RethResult<B256> {
|
||||
todo!()
|
||||
unimplemented!("state root computation is not supported")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user