diff --git a/crates/config/src/lib.rs b/crates/config/src/lib.rs index 61211ad..7a78bc2 100644 --- a/crates/config/src/lib.rs +++ b/crates/config/src/lib.rs @@ -76,7 +76,7 @@ pub struct Arguments { /// This argument controls which private keys the nodes should have access to and be added to /// its wallet signers. With a value of N, private keys (0, N] will be added to the signer set /// of the node. - #[arg(short, long = "private-keys-count", default_value_t = 30)] + #[arg(long = "private-keys-count", default_value_t = 30)] pub private_keys_to_add: usize, /// The differential testing leader node implementation.