This commit is contained in:
Haris Khan
2024-10-26 19:20:37 -04:00
parent 890d71f974
commit b56afeb346

View File

@ -62,7 +62,7 @@ func fileExists(filename string) (bool, error) {
return !info.IsDir(), nil
}
// LoadKeysIncompat loads keys from non-standard format
// LoadKeysIncompat loads keys from a non-standard format
func LoadKeysIncompat(r io.Reader) (I2PKeys, error) {
log.Debug("Loading keys from reader")
var buff bytes.Buffer