mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-15 03:11:50 +00:00
Align and reorder code for lesser diff
This commit is contained in:
parent
a5f2ba80a2
commit
3c89781057
1 changed files with 1 additions and 1 deletions
|
@ -35,8 +35,8 @@ type keyArray [ed25519.PublicKeySize]byte
|
|||
type protoHandler struct {
|
||||
phony.Inbox
|
||||
|
||||
core *Core
|
||||
nodeinfo nodeinfo
|
||||
core *Core
|
||||
|
||||
getSelfRequests map[keyArray]*reqInfo
|
||||
getPeersRequests map[keyArray]*reqInfo
|
||||
|
|
Loading…
Reference in a new issue