Skip to content

Commit

Permalink
remove stale comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Mar 4, 2024
1 parent 76dccd5 commit f328ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/updater/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ type BlockWinner struct {
}

type WinnerRegister interface {
// Need to delay subscribe winners somehow?
// This could be a brittle way to do it
SubscribeWinners(ctx context.Context) <-chan BlockWinner
UpdateComplete(ctx context.Context, blockNum int64) error
AddSettlement(
Expand Down

0 comments on commit f328ff3

Please sign in to comment.