Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Jan 16, 2025
1 parent 2eb60f2 commit 449e14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zksync/compilers/src/compilers/zksolc/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl Default for ZkSolcInput {
impl ZkSolcInput {
fn new(language: SolcLanguage, sources: Sources, mut settings: ZkSettings) -> Self {
// TODO: Right now we abuse the fact that zksolc ignores invalid fields. Whenever
// there are fields that, for the same feature, are different accross compiler versions,
// there are fields that, for the same feature, are different across compiler versions,
// we check and set them all to the same value. When compiling with a given version, the
// supported field is used and the other one is ignored.
// If this causes problems, we might need to make ZkSolcInput version aware and sanitize
Expand Down

0 comments on commit 449e14e

Please sign in to comment.