[#15] Add bootstrap routine to node application

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-08-31 18:20:02 +03:00
parent 73b8ed4203
commit a76a97ec01
2 changed files with 27 additions and 1 deletions

View file

@ -38,6 +38,7 @@ func init_(c *cfg) {
func bootUp(c *cfg) {
serveGRPC(c)
bootstrapNode(c)
}
func wait(c *cfg) {