mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
debug admin socket
This commit is contained in:
parent
94dd231e13
commit
6ce16d8192
4 changed files with 12 additions and 13 deletions
|
@ -44,6 +44,7 @@ func (c *Core) init(bpub *boxPubKey,
|
|||
c.log = log.New(ioutil.Discard, "", 0)
|
||||
c.boxPub, c.boxPriv = *bpub, *bpriv
|
||||
c.sigPub, c.sigPriv = *spub, *spriv
|
||||
c.admin.core = c
|
||||
c.sigs.init()
|
||||
c.searches.init(c)
|
||||
c.dht.init(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue