We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 692fa59 + b1d866d commit 22c6c27Copy full SHA for 22c6c27
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