Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed May 9, 2024
1 parent ec5f753 commit a9caf4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ linters-settings:
replace-allow-list:
- github.com/attestantio/go-builder-client
- github.com/attestantio/go-eth2-client
- github.com/ethereum/go-ethereum

maintidx:
under: 5
Expand Down
1 change: 1 addition & 0 deletions services/api/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ func (api *RelayAPI) checkProposerSignature(block *common.VersionedSignedBlinded
}
}

//nolint:gocognit
func (api *RelayAPI) handleGetPayload(w http.ResponseWriter, req *http.Request) {
api.getPayloadCallsInFlight.Add(1)
defer api.getPayloadCallsInFlight.Done()
Expand Down

0 comments on commit a9caf4e

Please sign in to comment.