mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Linted
This commit is contained in:
parent
cdcd1b1e8b
commit
32c767fbe8
@ -118,7 +118,7 @@ module.exports = class PersonalMessageManager extends EventEmitter{
|
|||||||
log.debug(`Message was not hex encoded, interpreting as utf8.`)
|
log.debug(`Message was not hex encoded, interpreting as utf8.`)
|
||||||
}
|
}
|
||||||
|
|
||||||
return hexEncode(data)
|
return this.hexEncode(data)
|
||||||
}
|
}
|
||||||
|
|
||||||
hexEncode(text){
|
hexEncode(text){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user