1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
This commit is contained in:
Kevin Serrano 2017-02-28 14:21:44 -08:00
parent d21915c605
commit 9fb4b4a77f
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -40,7 +40,6 @@ PTXP.render = function () {
var maxCost = state.maxCost || txData.maxCost || ''
var dataLength = txParams.data ? (txParams.data.length - 2) / 2 : 0
var imageify = props.imageifyIdenticons === undefined ? true : props.imageifyIdenticons
var advanced = state.advanced || false
log.debug(`rendering gas: ${gas}, gasPrice: ${gasPrice}, txFee: ${txFee}, maxCost: ${maxCost}`)
@ -157,8 +156,6 @@ PTXP.render = function () {
]),
]),
// Max Transaction Fee (calculated)
h('.cell.row', [
h('.cell.label', 'Max Transaction Fee'),