synapsecns/sanguine

View on GitHub
contrib/screener-api/chainalysis/chainalysisapi.go

Summary

Maintainability
A
40 mins
Test Coverage

Method clientImpl.checkBlacklist has 6 return statements (exceeds 4 allowed).
Open

func (c *clientImpl) checkBlacklist(ctx context.Context, address string) (bool, error) {
    var resp *resty.Response
    // Retry until the user is registered.
    err := retry.WithBackoff(ctx,
        func(ctx context.Context) (err error) {
Severity: Major
Found in contrib/screener-api/chainalysis/chainalysisapi.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status