Skip to content

Commit

Permalink
Update cli/src/commands/developer/mod.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Wu <[email protected]>
  • Loading branch information
howardwu authored Dec 6, 2023
1 parent 74e90de commit 3ea484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/developer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use std::{path::PathBuf, str::FromStr};
type CurrentAleo = snarkvm::circuit::AleoV0;
type CurrentNetwork = snarkvm::prelude::Testnet3;

/// Some useful developer tools
/// Commands to deploy and execute transactions
#[derive(Debug, Parser)]
pub enum Developer {
/// Decrypt a ciphertext.
Expand Down

0 comments on commit 3ea484c

Please sign in to comment.