Skip to content

Commit

Permalink
Merge branch 'main' into types-Coin.Add-properly-coalesce-repeated-de…
Browse files Browse the repository at this point in the history
…nominations
  • Loading branch information
julienrbrt authored Sep 13, 2022
2 parents d24a6aa + 641ab20 commit 1798f25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crypto/keys/secp256k1/internal/secp256k1/secp256_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be found in
// the LICENSE file.

//go:build !gofuzz && cgo
// +build !gofuzz,cgo

package secp256k1

import (
Expand Down

0 comments on commit 1798f25

Please sign in to comment.