Skip to content

Commit

Permalink
Fixup for signature aggregation test
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Feb 14, 2024
1 parent 9aa5ab2 commit ccaa70c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class Musig2Test {
.map { tweaks[it.first] to it.second }
.forEach {
if (it.second)
Secp256k1.musigPubkeyTweakAdd(keyagg, it.first)
Secp256k1.musigPubkeyXonlyTweakAdd(keyagg, it.first)
else
Secp256k1.musigPubkeyTweakAdd(keyagg, it.first)
}
Expand Down

0 comments on commit ccaa70c

Please sign in to comment.