This commit is contained in:
Denis Angell
2023-07-19 06:32:57 +02:00
parent 5ad3d963f6
commit 3182671df5

View File

@@ -48,7 +48,6 @@ export function validateSignerListSet(tx: Record<string, unknown>): void {
throw new ValidationError('SignerListSet: invalid SignerQuorum')
}
// All other checks are for if SignerQuorum is greater than 0
if (tx.SignerQuorum === 0) {
return
}