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 committed Apr 8, 2020
1 parent 37992b3 commit 7c21af7
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 7c21af7

Please sign in to comment.