From 34f7b7ca14b3b05f5aa8bb1d7350954241a58b4b Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 23 May 2018 12:32:26 +0100 Subject: [PATCH] Fix AllowedBoxPubs --- yggdrasil.go | 1 + 1 file changed, 1 insertion(+) diff --git a/yggdrasil.go b/yggdrasil.go index 5dbc1b65..fa607698 100644 --- a/yggdrasil.go +++ b/yggdrasil.go @@ -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 {