Skip to content

Commit

Permalink
#4911: use fn pointer for runDBReingestRange
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Jul 9, 2024
1 parent d15d406 commit 3d6aaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/cmd/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ var dbFillGapsCmd = &cobra.Command{
hlog.Infof("found gaps %v", gaps)
}

return runDBReingestRange(gaps, reingestForce, parallelWorkers, *globalConfig, storageBackendConfig)
return runDBReingestRangeFn(gaps, reingestForce, parallelWorkers, *globalConfig, storageBackendConfig)
},
}

Expand Down

0 comments on commit 3d6aaca

Please sign in to comment.