File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,13 @@ impl MinaKeyPair {
90
90
/// ```
91
91
#[ derive( Debug , Clone , clap:: Args ) ]
92
92
pub struct MinaEncryptedKey {
93
- /// Optional existing secret key to encrypt. If not provided, generates a new random key
93
+ /// Optional existing secret key to encrypt. If not provided, generates a
94
+ /// new random key
94
95
#[ arg( long, short = 's' , env = "OPENMINA_ENC_KEY" ) ]
95
96
secret_key : Option < AccountSecretKey > ,
96
97
97
- /// Password to encrypt the key file with. Can be provided via MINA_PRIVKEY_PASS environment variable
98
+ /// Password to encrypt the key file with. Can be provided via
99
+ /// MINA_PRIVKEY_PASS environment variable
98
100
#[ arg( env = "MINA_PRIVKEY_PASS" , default_value = "" ) ]
99
101
password : String ,
100
102
You can’t perform that action at this time.
0 commit comments