mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 13:56:30 +03:00
Align and reorder code for lesser diff
This commit is contained in:
@@ -35,8 +35,8 @@ type keyArray [ed25519.PublicKeySize]byte
|
|||||||
type protoHandler struct {
|
type protoHandler struct {
|
||||||
phony.Inbox
|
phony.Inbox
|
||||||
|
|
||||||
nodeinfo nodeinfo
|
|
||||||
core *Core
|
core *Core
|
||||||
|
nodeinfo nodeinfo
|
||||||
|
|
||||||
getSelfRequests map[keyArray]*reqInfo
|
getSelfRequests map[keyArray]*reqInfo
|
||||||
getPeersRequests map[keyArray]*reqInfo
|
getPeersRequests map[keyArray]*reqInfo
|
||||||
|
|||||||
Reference in New Issue
Block a user