4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-08-02 09:23:45 +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", "BoxPriv": "EncryptionPrivateKey",
"SigPub": "SigningPublicKey", "SigPub": "SigningPublicKey",
"SigPriv": "SigningPrivateKey", "SigPriv": "SigningPrivateKey",
"AllowedBoxPubs": "AllowedEncryptionPublicKeys",
} }
for from, to := range changes { for from, to := range changes {
if val, ok := dat[from]; ok { if val, ok := dat[from]; ok {