Store pass for db saving
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ce758c5bb1
commit
0f8bdf5f66
@ -155,6 +155,7 @@ func (id *Identity) TryUnlockHidden(password string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
p.dbPassword = password
|
||||
id.unlockedHiddenPeers = append(id.unlockedHiddenPeers, p)
|
||||
found = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user