Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Dec 13, 2023
1 parent a23a921 commit d51cf71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/common/src/zk_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ impl ZkSolc {
Ok(result)
}

/// Checks if the contract has already been compiled, and if yes then returns the compiled data.
/// The contents will not be persisted again.
/// Checks if the contract has already been compiled for the given input contract hash.
/// If yes, returns the pre-compiled data.
fn check_cache(
&self,
artifact_paths: &ZkSolcArtifactPaths,
Expand Down

0 comments on commit d51cf71

Please sign in to comment.