1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Haha silly me, only when gas is estimated and not explicit.

This commit is contained in:
Kevin Serrano 2017-09-13 13:24:16 -07:00
parent 3d36d565af
commit a22a2586ab
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -296,7 +296,7 @@ PendingTx.prototype.render = function () {
}, 'Insufficient balance for transaction') }, 'Insufficient balance for transaction')
: null, : null,
(dangerousGasLimit && gasLimitSpecified) ? (dangerousGasLimit && !gasLimitSpecified) ?
h('span.error', { h('span.error', {
style: { style: {
fontSize: '0.9em', fontSize: '0.9em',