mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
Remove unused function
This commit is contained in:
parent
d844769c92
commit
2e80e8f722
@ -295,11 +295,6 @@ PTXP.calculateGas = function () {
|
||||
})
|
||||
}
|
||||
|
||||
function bnFromHex (hex) {
|
||||
var bn = new BN(ethUtil.stripHexPrefix(hex), 16)
|
||||
return bn
|
||||
}
|
||||
|
||||
function forwardCarrat () {
|
||||
return (
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user