Fix add peer loop, add peers at startup

This commit is contained in:
Neil Alexander 2019-09-02 19:26:58 +01:00
parent 8057d80ec9
commit 9ea1d35a14
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
5 changed files with 47 additions and 82 deletions

View file

@ -5,6 +5,8 @@ import (
"io/ioutil"
"os"
"golang.org/x/text/encoding/unicode"
"github.com/yggdrasil-network/yggdrasil-go/src/config"
)