Skip to content

Commit

Permalink
remove a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqizng committed Jun 10, 2022
1 parent 64fb50a commit 7847a4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion processor/blockprocessor/block_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ func ledgerExists(datadir, prefix string) bool {
}
for _, f := range ledgerFiles {
if _, err := os.Stat(filepath.Join(path.Dir(datadir), f)); errors.Is(err, os.ErrNotExist) {
// path/to/whatever does not exist
return false
}
}
Expand Down

0 comments on commit 7847a4d

Please sign in to comment.