Skip to content

Commit eb287da

Browse files
Wallet vote is public key
1 parent 471ae31 commit eb287da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/crypto/src/validation/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const schemas = {
3939

4040
walletVote: {
4141
$id: "walletVote",
42-
allOf: [{ type: "string", pattern: "^[+|-][a-zA-Z0-9]{66}$" }, { transform: ["toLowerCase"] }],
42+
allOf: [{ type: "string", pattern: "^[+|-][a-fA-F0-9]{66}$" }, { transform: ["toLowerCase"] }],
4343
},
4444

4545
username: {

0 commit comments

Comments
 (0)