Fix typo.

This commit is contained in:
Brendan McMillion
2016-09-18 20:01:13 -07:00
parent 73c19a03e3
commit 7050c7c6aa

View File

@@ -328,7 +328,7 @@ func (encrypted *EncryptedData) wrapKey(records *passvault.Records, clearKey []b
encrypted.KeySet = append(encrypted.KeySet, out)
}
}
} else if access.Minimum > 3 {
} else if access.Minimum > 2 {
err = errors.New("Encryption to a list of owners with minimum > 2 is not implemented")
return err
}