diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2018-01-24 02:55:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 02:55:21 +0800 |
commit | a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4 (patch) | |
tree | 68ff4f5d53bffe2f453c0c5d9df1528a205781bf /ui/app/conf-tx.js | |
parent | 62ce65c99ed3e82b034327b2ab20e301675632f5 (diff) | |
parent | 03fbf75b4e95b14be4ebf9280425dc683b8c3193 (diff) | |
download | tangerine-wallet-browser-a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4.tar tangerine-wallet-browser-a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4.tar.gz tangerine-wallet-browser-a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4.tar.bz2 tangerine-wallet-browser-a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4.tar.lz tangerine-wallet-browser-a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4.tar.xz tangerine-wallet-browser-a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4.tar.zst tangerine-wallet-browser-a9ecf9c6fcbffb2b1984058fa6c6eef3c968b9c4.zip |
Merge branch 'master' into uat
Diffstat (limited to 'ui/app/conf-tx.js')
-rw-r--r-- | ui/app/conf-tx.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js index 9f273aaec..b4ffc48b7 100644 --- a/ui/app/conf-tx.js +++ b/ui/app/conf-tx.js @@ -108,7 +108,6 @@ ConfirmTxScreen.prototype.render = function () { cancelPersonalMessage: this.cancelPersonalMessage.bind(this, txData), cancelTypedMessage: this.cancelTypedMessage.bind(this, txData), }) - } function currentTxView (opts) { |