Skip to content

Commit

Permalink
add clock and disable layer
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Jul 16, 2024
1 parent fc77a1a commit 55f4a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ func (app *App) initServices(ctx context.Context) error {
})
}

propHare := &proposalConsumerHare{hare3: app.hare3, hare4: app.hare4}
propHare := &proposalConsumerHare{clock: app.clock, hare3: app.hare3, h3DisableLayer: app.Config.HARE3.DisableLayer, hare4: app.hare4}

proposalListener := proposals.NewHandler(
app.db,
Expand Down

0 comments on commit 55f4a45

Please sign in to comment.