Properly delete addresses/contracts in addressbook (#3739)
* Remove previously market addresses at startup * Remove meta.deleted checks * Remove artifact from code move
This commit is contained in:
@@ -102,7 +102,7 @@ export default class AddAddress extends Component {
|
||||
if (!addressError) {
|
||||
const contact = contacts[address];
|
||||
|
||||
if (contact && !contact.meta.deleted) {
|
||||
if (contact) {
|
||||
addressError = ERRORS.duplicateAddress;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user