mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Package normalize inside sig util file.
This commit is contained in:
parent
0c23925c23
commit
7012747fb5
@ -12,6 +12,11 @@ module.exports = {
|
|||||||
return ethUtil.addHexPrefix(rStr.concat(sStr, vStr)).toString('hex')
|
return ethUtil.addHexPrefix(rStr.concat(sStr, vStr)).toString('hex')
|
||||||
},
|
},
|
||||||
|
|
||||||
|
normalize: function (address) {
|
||||||
|
if (!address) return
|
||||||
|
return ethUtil.addHexPrefix(address.toLowerCase())
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function padWithZeroes (number, length) {
|
function padWithZeroes (number, length) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user