Skip to content

Commit 71995d3

Browse files
committed
fix rebase error
1 parent b3b2f2f commit 71995d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/poly_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestSecretRecovery(test *testing.T) {
4343
// See TestPublicRecoveryOutIndex for testing with the commitment.
4444
func TestSecretRecoveryOutIndex(test *testing.T) {
4545
g := edwards25519.NewBlakeSHA256Ed25519()
46-
var n int64 = 10
46+
n := uint32(10)
4747
t := n/2 + 1
4848
poly := NewPriPoly(g, t, nil, g.RandomStream())
4949
shares := poly.Shares(n)

0 commit comments

Comments
 (0)