Skip to content

Commit

Permalink
Merge branch 'screener/fix-screener' of github.com:synapsecns/sanguin…
Browse files Browse the repository at this point in the history
…e into screener/fix-screener
  • Loading branch information
golangisfun123 committed May 28, 2024
2 parents f11a684 + ed77f6a commit b408e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/screener-api/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (c clientImpl) BlacklistAddress(ctx context.Context, appsecret string, appi

bodyBz, err := json.Marshal(body)
if err != nil {
return "", fmt.Errorf("error marshalling body: %w", err)
return "", fmt.Errorf("error marshaling body: %w", err)
}

message := fmt.Sprintf("%s%s%s%s%s%s%s",
Expand Down

0 comments on commit b408e63

Please sign in to comment.