mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fixup
This commit is contained in:
@@ -48,7 +48,6 @@ export function validateSignerListSet(tx: Record<string, unknown>): void {
|
|||||||
throw new ValidationError('SignerListSet: invalid SignerQuorum')
|
throw new ValidationError('SignerListSet: invalid SignerQuorum')
|
||||||
}
|
}
|
||||||
|
|
||||||
// All other checks are for if SignerQuorum is greater than 0
|
|
||||||
if (tx.SignerQuorum === 0) {
|
if (tx.SignerQuorum === 0) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user