diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-03-01 06:16:27 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-03-01 06:16:27 +0800 |
commit | 39c824f2f3047bdcdd1436dcc0d26dbec099de91 (patch) | |
tree | 18e0f6d01f9f82696e1914aa6dd0fc9660da823a /ui | |
parent | e07e4b7bc73da1d5a2712893cc03e6f4bd90fb6d (diff) | |
parent | 486583e20371204d3a406a3984da0006fcfd8c56 (diff) | |
download | tangerine-wallet-browser-39c824f2f3047bdcdd1436dcc0d26dbec099de91.tar tangerine-wallet-browser-39c824f2f3047bdcdd1436dcc0d26dbec099de91.tar.gz tangerine-wallet-browser-39c824f2f3047bdcdd1436dcc0d26dbec099de91.tar.bz2 tangerine-wallet-browser-39c824f2f3047bdcdd1436dcc0d26dbec099de91.tar.lz tangerine-wallet-browser-39c824f2f3047bdcdd1436dcc0d26dbec099de91.tar.xz tangerine-wallet-browser-39c824f2f3047bdcdd1436dcc0d26dbec099de91.tar.zst tangerine-wallet-browser-39c824f2f3047bdcdd1436dcc0d26dbec099de91.zip |
Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i765-gaslimits
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/pending-tx-details.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js index 9a8f202be..a9172d4ad 100644 --- a/ui/app/components/pending-tx-details.js +++ b/ui/app/components/pending-tx-details.js @@ -168,6 +168,8 @@ PTXP.render = function () { ]), ]) : null, + + // Max Transaction Fee (calculated) h('.cell.row', [ h('.cell.label', 'Max Transaction Fee'), |