We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64464b8 commit dda926aCopy full SHA for dda926a
src/lib/auth/instruction-sets/common/crypto.ts
@@ -259,6 +259,7 @@ export const opCheckMultiSig = <
259
let remainingPublicKeys = publicKeys.length; // tslint:disable-line:no-let
260
while (
261
remainingSignatures > 0 &&
262
+ remainingPublicKeys > 0 &&
263
approvingPublicKeys + remainingPublicKeys >=
264
remainingSignatures &&
265
approvingPublicKeys !== requiredApprovingPublicKeys
0 commit comments