Skip to content

Commit

Permalink
Merge pull request #3506 from TrueBlocks/3482-blooom
Browse files Browse the repository at this point in the history
Fixes blooom
  • Loading branch information
tjayrush authored Feb 13, 2024
2 parents edd24f1 + fd3bfa6 commit f3587d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/chifra/internal/chunks/handle_check_deep.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (opts *ChunksOptions) CheckDeep(cacheMan *manifest.Manifest, report *simple
sh = shell.NewShell(config.GetPinning().LocalPinUrl)
iterFunc = func(rangeStr string, item *reporter) (err error) {
bar.Tick()
err = checkHashes(item.chunk, "blooom", sh, item)
err = checkHashes(item.chunk, "bloom", sh, item)
if err != nil {
return err
}
Expand Down

0 comments on commit f3587d9

Please sign in to comment.