This commit is contained in:
parent
e674a0cb33
commit
d049f87cdc
@ -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
|
||||
}
|
||||
|
@ -25,6 +25,7 @@ type PeerStorage struct {
|
||||
func (ps *PeerStorage) open() error {
|
||||
if ps.DbFile == "" {
|
||||
ps.DbFile = uuid.New().String()
|
||||
GetConfig().GetIdentity().Save()
|
||||
}
|
||||
if ps.cache == nil {
|
||||
ps.cache = make(map[string]*Peer)
|
||||
|
Loading…
Reference in New Issue
Block a user