Skip to content

Commit

Permalink
Update crates/nargo_cli/src/cli/compile_cmd.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Apr 4, 2023
1 parent 3ecc79a commit 6e33003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_cli/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fn save_and_preprocess_contract(
let contract_id = format!("{}-{}", circuit_name, &compiled_contract.name);

// Save contract ABI to file using the contract ID.
// This includes the verification key.
// This includes the verification keys for each contract function.
save_contract_to_file(compiled_contract, &contract_id, circuit_dir);

// Save preprocessed data to disk
Expand Down

0 comments on commit 6e33003

Please sign in to comment.