Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 872f238

Browse files
committed
Fix min rank message
1 parent 807f297 commit 872f238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/constraints/ValidityChecks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ export const checkKusamaRank = async (
381381
}
382382

383383
if (Number(res.data.rank) < Constants.KUSAMA_RANK_VALID_THRESHOLD) {
384-
const invalidityReason = `${candidate.name} has a Kusama stash with lower than 25 rank in the Kusama OTV programme: ${res.data.rank}.`;
384+
const invalidityReason = `${candidate.name} has a Kusama stash with lower than 100 rank in the Kusama 1KV programme: ${res.data.rank}.`;
385385
await setKusamaRankInvalidity(candidate, false, invalidityReason);
386386
return false;
387387
}

0 commit comments

Comments
 (0)