Skip to content

Commit

Permalink
remove unecessary input of contract_path to compiler as throwing erro…
Browse files Browse the repository at this point in the history
…r on v1.3.14
  • Loading branch information
sammyshakes committed Sep 29, 2023
1 parent cdb227c commit 762bbe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/cmd/forge/zksolc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ impl ZkSolc {
// Step 5: Run Compiler and Handle Output
let mut cmd = Command::new(&self.compiler_path);
let mut child = cmd
.arg(contract_path.clone())
.args(&comp_args)
.stdin(Stdio::piped())
.stderr(Stdio::piped())
Expand Down

0 comments on commit 762bbe4

Please sign in to comment.