We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692fa59 commit b1d866dCopy full SHA for b1d866d
Sources/ThresholdKey/Modules/TssModule.swift
@@ -586,6 +586,6 @@ public final class TssModule {
586
throw RuntimeError("conversion error")
587
}
588
let pubKey = TSSPubKeyResult.Point(x: x, y: y)
589
- return TSSPubKeyResult(publicKey: pubKey, nodeIndexes: nodeIndexes)
+ return TSSPubKeyResult(publicKey: pubKey, nodeIndexes: nodeIndexes.sorted())
590
591
0 commit comments