mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-27 02:57:02 +00: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
|
||||||
|
|
||||||
|
core *Core
|
||||||
nodeinfo nodeinfo
|
nodeinfo nodeinfo
|
||||||
core *Core
|
|
||||||
|
|
||||||
getSelfRequests map[keyArray]*reqInfo
|
getSelfRequests map[keyArray]*reqInfo
|
||||||
getPeersRequests map[keyArray]*reqInfo
|
getPeersRequests map[keyArray]*reqInfo
|
||||||
|
Reference in New Issue
Block a user