diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-23 05:34:56 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-23 05:38:17 +0800 |
commit | e1077836ce916e2bd788451e3f365324024a1c0c (patch) | |
tree | 77954f105cc7c693a57ac8790c928286bed5d384 /ui/app/components/pending-tx/confirm-send-ether.js | |
parent | 13f22ff6b087f3865f84a0672a9013ada88be61a (diff) | |
download | tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.gz tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.bz2 tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.lz tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.xz tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.tar.zst tangerine-wallet-browser-e1077836ce916e2bd788451e3f365324024a1c0c.zip |
Add Confirm Send token screen
Diffstat (limited to 'ui/app/components/pending-tx/confirm-send-ether.js')
-rw-r--r-- | ui/app/components/pending-tx/confirm-send-ether.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js index 29c6d349c..b03ec0552 100644 --- a/ui/app/components/pending-tx/confirm-send-ether.js +++ b/ui/app/components/pending-tx/confirm-send-ether.js @@ -49,7 +49,7 @@ ConfirmSendEther.prototype.getAmount = function () { const { conversionRate } = this.props const txMeta = this.gatherTxMeta() const txParams = txMeta.txParams || {} - + console.log(txParams) const USD = conversionUtil(txParams.value, { fromNumericBase: 'hex', toNumericBase: 'dec', |