Merge pull request #173 from cloudflare/brendan/fix

Fix typo.
This commit is contained in:
Kyle Isom
2016-09-19 00:12:52 -07:00
committed by GitHub
+1 -1
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
}