Update noop.rs (#5180)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
DoTheBestToGetTheBest
2023-10-25 09:41:47 -07:00
committed by GitHub
parent dd6913cd98
commit df9c295826

View File

@ -264,7 +264,7 @@ impl ChangeSetReader for NoopProvider {
impl StateRootProvider for NoopProvider {
fn state_root(&self, _state: &BundleStateWithReceipts) -> RethResult<B256> {
todo!()
Ok(B256::default())
}
}