diff options
Remove unused function
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/pending-tx-details.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js index d94d65d5b..778651d61 100644 --- a/ui/app/components/pending-tx-details.js +++ b/ui/app/components/pending-tx-details.js @@ -295,11 +295,6 @@ PTXP.calculateGas = function () { }) } -function bnFromHex (hex) { - var bn = new BN(ethUtil.stripHexPrefix(hex), 16) - return bn -} - function forwardCarrat () { return ( |