Skip to content

Commit

Permalink
fix broken slasher service init (#12405)
Browse files Browse the repository at this point in the history
Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
  • Loading branch information
kasey and kasey committed May 15, 2023
1 parent ee612d9 commit f1b88d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon-chain/node/node.go
Expand Up @@ -742,6 +742,7 @@ func (b *BeaconNode) registerSlasherService() error {
SlashingPoolInserter: b.slashingsPool,
SyncChecker: syncService,
HeadStateFetcher: chainService,
ClockWaiter: b.clockWaiter,
})
if err != nil {
return err
Expand Down

0 comments on commit f1b88d0

Please sign in to comment.