Skip to content

Commit ed6bd8d

Browse files
committed
[lbry] remove precompute.go before regenerate it
1 parent 8c3fdc5 commit ed6bd8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

btcec/precompute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"strings"
1313
)
1414

15-
//go:generate go run -tags gensecp256k1 genprecomps.go
15+
//go:rm -f gensecp256k1.go; generate go run -tags gensecp256k1 genprecomps.go
1616

1717
// loadS256BytePoints decompresses and deserializes the pre-computed byte points
1818
// used to accelerate scalar base multiplication for the secp256k1 curve. This

0 commit comments

Comments
 (0)