Fix #975 by not exporting uint8

This commit is contained in:
Neil Alexander 2022-11-01 17:42:52 +00:00
parent ee33bd248f
commit 590d83aa9c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 8 additions and 9 deletions

View file

@ -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