mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(trie): multiproof (#9804)
This commit is contained in:
@ -210,7 +210,7 @@ impl From<ParallelStateRootError> for ProviderError {
|
||||
fn from(error: ParallelStateRootError) -> Self {
|
||||
match error {
|
||||
ParallelStateRootError::Provider(error) => error,
|
||||
ParallelStateRootError::StorageRoot(StorageRootError::DB(error)) => {
|
||||
ParallelStateRootError::StorageRoot(StorageRootError::Database(error)) => {
|
||||
Self::Database(error)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user