Start de-debugging

This commit is contained in:
Neil Alexander 2018-05-24 00:36:07 +01:00
parent fae00e962f
commit 3847e6afb8
4 changed files with 35 additions and 0 deletions

View file

@ -213,6 +213,9 @@ func (a *admin) init(c *Core, listenaddr string) {
}, errors.New("Failed to remove allowed box pub key")
}
})
}
func (a *admin) start() {
go a.listen()
}