Skip to content

Commit

Permalink
improved doc II
Browse files Browse the repository at this point in the history
  • Loading branch information
kjezek committed Sep 4, 2024
1 parent dcc1140 commit a46d513
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go/database/mpt/io/parallel_visit.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,7 @@ func visitAllSources(
err = res.err
break
}

// we do not check for visitor response here,
// as pruning or abortion is not supported

if visitErr := visitor.Visit(res.node, mpt.NodeInfo{Id: cur}); visitErr != nil {
err = visitErr
break
Expand Down

0 comments on commit a46d513

Please sign in to comment.