mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-08 08:53:12 +00:00
refactor: use a map to store credentials instead of an array
This commit is contained in:
parent
8aa1c4a39b
commit
30422114f6
@ -18,7 +18,7 @@ var flags = []cli.Flag{
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "cred-password",
|
||||
Value: keystore.DefaultCredentialsPassword,
|
||||
Value: "password",
|
||||
Usage: "Password for encrypting RLN credentials",
|
||||
Destination: &options.CredentialsPassword,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user