Skip to content

Commit

Permalink
remove todod
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Jan 7, 2022
1 parent c9dc72c commit 67bf273
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions service/header/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ type Service struct {
p2pServer *P2PExchangeServer
}

// TODO @renaynay: how will we register core listener on the header Service? It's a part of header service but
// we can't pass it directly to constructor b/c only Bridge nodes provide CoreListener, otherwise it'll always be nil
// maybe we can make it an interface? Still hacky.

// NewHeaderService creates a new instance of header Service.
func NewHeaderService(
syncer *Syncer,
Expand Down

0 comments on commit 67bf273

Please sign in to comment.