Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jun 17, 2024
1 parent 1f5ca0e commit 66e9173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leader/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async fn main() -> Result<()> {
// Set the environment variable for the evm_arithmetization package version
env::set_var("EVM_ARITHMETIZATION_PKG_VER", circuits_version);
} else {
// Set to "NA" if version extraction fails
env::set_var("EVM_ARITHMETIZATION_PKG_VER", "NA");
}
}
Expand Down

0 comments on commit 66e9173

Please sign in to comment.