Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dB2510 committed Jan 15, 2025
1 parent 9ab10b4 commit 33b7bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon-chain/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ func (b *BeaconNode) registerPrunerService(cliCtx *cli.Context) error {

func (b *BeaconNode) RegisterBackfillService(cliCtx *cli.Context, bfs *backfill.Store) error {
pa := peers.NewAssigner(b.fetchP2P().Peers(), b.forkChoicer)
b.BackfillOpts = append(b.BackfillOpts)
bf, err := backfill.NewService(cliCtx.Context, bfs, b.BlobStorage, b.clockWaiter, b.fetchP2P(), pa, b.BackfillOpts...)
if err != nil {
return errors.Wrap(err, "error initializing backfill service")
Expand Down

0 comments on commit 33b7bd4

Please sign in to comment.