mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
get itersearch to run in the sim
This commit is contained in:
parent
ecf7e490d7
commit
10a72444e3
3 changed files with 14 additions and 15 deletions
|
@ -35,6 +35,8 @@ func (c *Core) Init() {
|
|||
bpub, bpriv := newBoxKeys()
|
||||
spub, spriv := newSigKeys()
|
||||
c.init(bpub, bpriv, spub, spriv)
|
||||
c.router.start()
|
||||
c.switchTable.start()
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue