mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 () {
|
function forwardCarrat () {
|
||||||
return (
|
return (
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user