Skip to content

Commit f2f9319

Browse files
committed
feat: make auth list optional
1 parent a3d2670 commit f2f9319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/fetchCL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export const fetchValidatorInfo = async (
212212
} catch (error) {
213213
printError(
214214
error,
215-
`Error fetching validator info. Used URL: ${url}, validatorPubkey: ${validatorPubkey}. Please check if the CL_URL environment variable is correct or try to use another CL.`,
215+
`Error fetching validator info. Used URL: ${url}, validatorPubkeys: ${validatorPubkeys}. Please check if the CL_URL environment variable is correct or try to use another CL.`,
216216
);
217217
throw error;
218218
}

0 commit comments

Comments
 (0)