diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2018-04-17 07:32:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 07:32:56 +0800 |
commit | 06689765146c3ca88fc206d93387b05e1db3b81c (patch) | |
tree | c3c3b50de25ba7aafe6c58a426f0ba6212d63b71 /old-ui/app/components/pending-tx.js | |
parent | 6e1fcefdf1bec334b9cd7a38e6a2f2bb6a007f6e (diff) | |
parent | 6a7fd3c774f50954050d651f7e6b8ff325ce2940 (diff) | |
download | tangerine-wallet-browser-06689765146c3ca88fc206d93387b05e1db3b81c.tar tangerine-wallet-browser-06689765146c3ca88fc206d93387b05e1db3b81c.tar.gz tangerine-wallet-browser-06689765146c3ca88fc206d93387b05e1db3b81c.tar.bz2 tangerine-wallet-browser-06689765146c3ca88fc206d93387b05e1db3b81c.tar.lz tangerine-wallet-browser-06689765146c3ca88fc206d93387b05e1db3b81c.tar.xz tangerine-wallet-browser-06689765146c3ca88fc206d93387b05e1db3b81c.tar.zst tangerine-wallet-browser-06689765146c3ca88fc206d93387b05e1db3b81c.zip |
Merge branch 'master' into i3981-contract-rates
Diffstat (limited to 'old-ui/app/components/pending-tx.js')
-rw-r--r-- | old-ui/app/components/pending-tx.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old-ui/app/components/pending-tx.js b/old-ui/app/components/pending-tx.js index 7f63d9fdf..cd4189fc4 100644 --- a/old-ui/app/components/pending-tx.js +++ b/old-ui/app/components/pending-tx.js @@ -3,6 +3,7 @@ const h = require('react-hyperscript') const inherits = require('util').inherits const actions = require('../../../ui/app/actions') const clone = require('clone') +const log = require('loglevel') const ethUtil = require('ethereumjs-util') const BN = ethUtil.BN |