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

Commit 76e12c6

Browse files
will pankiewiczwill pankiewicz
authored andcommitted
add kyc validity check
1 parent a68c0f3 commit 76e12c6

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
@@ -448,7 +448,7 @@ export const checkKYC = async (candidate: Candidate): Promise<boolean> => {
448448
return true;
449449
}
450450
} catch (e) {
451-
logger.warn(`Error trying to get beefy keys...`, constraintsLabel);
451+
logger.warn(`Error trying to get kyc...`, constraintsLabel);
452452
throw new Error("could not make validity check");
453453
}
454454
};

0 commit comments

Comments
 (0)