forked from External/ergo
fix #908
This commit is contained in:
parent
f4e9c79e36
commit
c238f07543
1 changed files with 1 additions and 1 deletions
|
|
@ -1117,7 +1117,7 @@ func (am *AccountManager) Unregister(account string, erase bool) error {
|
||||||
if erase {
|
if erase {
|
||||||
tx.Delete(unregisteredKey)
|
tx.Delete(unregisteredKey)
|
||||||
} else {
|
} else {
|
||||||
if _, err := tx.Get(accountKey); err == nil {
|
if _, err := tx.Get(verifiedKey); err == nil {
|
||||||
tx.Set(unregisteredKey, "1", nil)
|
tx.Set(unregisteredKey, "1", nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue