fix: set started

This commit is contained in:
Derrick Hammer 2024-01-07 05:25:45 -05:00
parent f7a86fd2a5
commit 52f08335a2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ func (n *NodeImpl) Start() error {
return err
}
n.started = true
err = n.Services().P2P().Init()
if err != nil {
return err