mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +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",
|
||||
"SigPub": "SigningPublicKey",
|
||||
"SigPriv": "SigningPrivateKey",
|
||||
"AllowedBoxPubs": "AllowedEncryptionPublicKeys",
|
||||
}
|
||||
for from, to := range changes {
|
||||
if val, ok := dat[from]; ok {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue