peers db alpha release
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-05-28 17:25:10 +02:00
parent e674a0cb33
commit d049f87cdc
2 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,7 @@ func LoadIdentity(filename string, password string) (*Identity, error) {
if err != nil {
return nil, err
}
id.Peers.LoadPeers(password)
GetConfig().me = &id
return &id, err
}