Skip to content

Commit

Permalink
build: remove needless build tag !libsecp256k1 (Finschia#246)
Browse files Browse the repository at this point in the history
The build tag makes disable go implementation of secp256k1.
Cause there is no C implementation, a build error will occur when using tag `libsecp256k1`.
  • Loading branch information
egonspace committed Jul 8, 2021
1 parent 720052e commit 1a500f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/secp256k1/secp256k1_nocgo.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build !libsecp256k1

package secp256k1

import (
Expand Down

0 comments on commit 1a500f9

Please sign in to comment.