Skip to content

Commit

Permalink
fix: remove required=true from PrivateKeyType
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Jan 20, 2025
1 parent 3a47b87 commit 3046987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/aligned/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pub struct GetUserNonceArgs {
}

#[derive(Args, Debug)]
#[group(required = true, multiple = false)]
#[group(multiple = false)]
pub struct PrivateKeyType {
#[arg(name = "path_to_keystore", long = "keystore_path")]
keystore_path: Option<PathBuf>,
Expand Down

0 comments on commit 3046987

Please sign in to comment.