Skip to content

Commit d35dd3c

Browse files
committed
mock state root calculation
1 parent d453f11 commit d35dd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rbuilder/src/providers/remote_provider.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ impl<T> StateRootCalculator for RemoteProviderFactory<T> {
386386
_sparse_trie_shared_cache: SparseTrieSharedCache,
387387
_config: RootHashConfig,
388388
) -> Result<B256, crate::roothash::RootHashError> {
389-
todo!()
389+
Ok(B256::default())
390390
}
391391
}
392392

0 commit comments

Comments
 (0)