Skip to content

Commit 1109bfd

Browse files
committed
fix: accept single prover publisher
1 parent 62f076a commit 1109bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn-project/node-keystore/src/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const proverKeyStoreSchema = z.union([
6161
ethAccountSchema,
6262
z.object({
6363
id: ethAddressSchema,
64-
publisher: z.array(ethAccountsSchema),
64+
publisher: ethAccountsSchema,
6565
}),
6666
]);
6767

0 commit comments

Comments
 (0)