Handling requested changes.
License: MIT Signed-off-by: matrushka <barisgumustas@gmail.com>
matrushka committed
Feb 14, 2018 at 19:40 UTC
e338cdf5beb18de24ceb51804fdcd4335d571462
1 file changed
+1
-1
keystore/keystore.go
+1
-1
@@ -161,7 +161,7 @@ func (ks *FSKeystore) List() ([]string, error) {
161
return nil, err
162
}
163
164
- list := make([]string, 0)
164
+ list := make([]string, 0, len(dirs))
165
166
for _, name := range dirs {
167
err := validateName(name)