We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf5c9d commit 8975c64Copy full SHA for 8975c64
1 file changed
crates/nargo_cli/src/constants.rs
@@ -1,6 +1,6 @@
1
// Directories
2
-/// The directory for the `nargo contract` command output
3
-pub(crate) const CONTRACT_DIR: &str = "contract";
+/// The directory for the `nargo codegen-verifier` command output
+pub(crate) const CONTRACT_DIR: &str = "contracts";
4
/// The directory to store serialized circuit proofs.
5
pub(crate) const PROOFS_DIR: &str = "proofs";
6
/// The directory to store Noir source files
0 commit comments