This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user