fix: don't try to init

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

View File

@ -63,11 +63,6 @@ func (p *P2PImpl) Peers() structs.Map {
}
func (p *P2PImpl) Start() error {
err := p.Init()
if err != nil {
return err
}
config := p.Node().Config()
if len(config.P2P.Peers.Initial) > 0 {
initialPeers := config.P2P.Peers.Initial