Skip to content

Commit

Permalink
chore(lint): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward authored and acruikshank committed Apr 22, 2020
1 parent a8a792a commit 28ee7b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func NewSyncerSubmodule(ctx context.Context, config syncerConfig, blockstore *Bl
_, has := requestData.Extension(fetcher.ChainsyncProtocolExtension)
if has {
// TODO: Don't just validate every request with the extension -- support only known selectors
// TODO: use seperate block store for the chain (supported in GraphSync)
// TODO: use separate block store for the chain (supported in GraphSync)
hookActions.ValidateRequest()
}
})
Expand Down

0 comments on commit 28ee7b0

Please sign in to comment.