Skip to content

Commit

Permalink
gogenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
golangisfun123 committed May 1, 2024
1 parent 1a3000a commit b40e602
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contrib/screener-api/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ type blacklistResponse struct {
func (c clientImpl) BlacklistAddress(ctx context.Context, appsecret string, appid string, body BlackListBody) (string, error) {
var blacklistRes blacklistResponse

// TODO: remove, just for testing purposes
// future, take it from some .env or something

nonce := strings.ReplaceAll(uuid.New().String(), "-", "")[:32]
timestamp := fmt.Sprintf("%d", time.Now().Unix())
queryString := ""
Expand Down

0 comments on commit b40e602

Please sign in to comment.