4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-22 02:17:15 +00:00

Fix AllowedBoxPubs

This commit is contained in:
Neil Alexander
2018-05-23 12:32:26 +01:00
parent ce854a76bd
commit 34f7b7ca14

View File

@ -157,6 +157,7 @@ func main() {
"BoxPriv": "EncryptionPrivateKey",
"SigPub": "SigningPublicKey",
"SigPriv": "SigningPrivateKey",
"AllowedBoxPubs": "AllowedEncryptionPublicKeys",
}
for from, to := range changes {
if val, ok := dat[from]; ok {