Skip to content

Commit 3046987

Browse files
committed
fix: remove required=true from PrivateKeyType
1 parent 3a47b87 commit 3046987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batcher/aligned/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ pub struct GetUserNonceArgs {
226226
}
227227

228228
#[derive(Args, Debug)]
229-
#[group(required = true, multiple = false)]
229+
#[group(multiple = false)]
230230
pub struct PrivateKeyType {
231231
#[arg(name = "path_to_keystore", long = "keystore_path")]
232232
keystore_path: Option<PathBuf>,

0 commit comments

Comments
 (0)