mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Fix AllowedBoxPubs
This commit is contained in:
parent
ce854a76bd
commit
34f7b7ca14
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue