Skip to content

Commit

Permalink
fixup! Define bls-ciphersuite constants with iota
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Jan 28, 2025
1 parent 5beb311 commit 7d2fd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/crypto/bls/bls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func publicKey(sk *blst.SecretKey) *PublicKey {
}

func sign(sk *blst.SecretKey, msg []byte) *Signature {
return new(Signature).Sign(sk, msg, CiphersuiteSignature)
return new(Signature).Sign(sk, msg, CiphersuiteSignature.Bytes())
}

func TestAggregationThreshold(t *testing.T) {
Expand Down

0 comments on commit 7d2fd6a

Please sign in to comment.