mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Fix #975 by not exporting uint8
This commit is contained in:
parent
ee33bd248f
commit
590d83aa9c
5 changed files with 8 additions and 9 deletions
|
@ -44,7 +44,7 @@ type MulticastInterfaceConfig struct {
|
|||
Beacon bool
|
||||
Listen bool
|
||||
Port uint16
|
||||
Priority uint8
|
||||
Priority uint64 // really uint8, but gobind won't export it
|
||||
}
|
||||
|
||||
// NewSigningKeys replaces the signing keypair in the NodeConfig with a new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue