mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 14:10:28 +00:00
Fix AllowedBoxPubs
This commit is contained in:
parent
ce854a76bd
commit
34f7b7ca14
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user