From 7b98ba9c457bc41f33a2bc1a17838ca26dba171c Mon Sep 17 00:00:00 2001 From: Maddiaa <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:01:59 +0100 Subject: [PATCH] Update yarn-project/circuits.js/src/scripts/constants.in.ts Co-authored-by: Jean M <132435771+jeanmon@users.noreply.github.com> --- yarn-project/circuits.js/src/scripts/constants.in.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/circuits.js/src/scripts/constants.in.ts b/yarn-project/circuits.js/src/scripts/constants.in.ts index 7fde51bd9bb..d8e01ac1dcd 100644 --- a/yarn-project/circuits.js/src/scripts/constants.in.ts +++ b/yarn-project/circuits.js/src/scripts/constants.in.ts @@ -234,7 +234,7 @@ ${processConstantsCpp(constants)} } /** - * Generate the constants file in C++. + * Generate the constants file in PIL. */ function generatePilConstants({ constants }: ParsedContent, targetPath: string) { const resultPil: string = `// GENERATED FILE - DO NOT EDIT, RUN yarn remake-constants in circuits.js