mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Update noop.rs (#5180)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
committed by
GitHub
parent
dd6913cd98
commit
df9c295826
@ -264,7 +264,7 @@ impl ChangeSetReader for NoopProvider {
|
||||
|
||||
impl StateRootProvider for NoopProvider {
|
||||
fn state_root(&self, _state: &BundleStateWithReceipts) -> RethResult<B256> {
|
||||
todo!()
|
||||
Ok(B256::default())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user