mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
set the ensResolution to an invalid address if an error ocurs durring look up
This commit is contained in:
parent
0f69a09823
commit
ec99bfd553
@ -109,6 +109,7 @@ EnsInput.prototype.lookupEnsName = function () {
|
||||
log.error(reason)
|
||||
return this.setState({
|
||||
loadingEns: false,
|
||||
ensResolution: '0x0000000000000000000000000000000000000000',
|
||||
ensFailure: true,
|
||||
hoverText: reason.message,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user