We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d453f11 commit d35dd3cCopy full SHA for d35dd3c
crates/rbuilder/src/providers/remote_provider.rs
@@ -386,7 +386,7 @@ impl<T> StateRootCalculator for RemoteProviderFactory<T> {
386
_sparse_trie_shared_cache: SparseTrieSharedCache,
387
_config: RootHashConfig,
388
) -> Result<B256, crate::roothash::RootHashError> {
389
- todo!()
+ Ok(B256::default())
390
}
391
392
0 commit comments