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:
parent
3d36d565af
commit
a22a2586ab
@ -296,7 +296,7 @@ PendingTx.prototype.render = function () {
|
||||
}, 'Insufficient balance for transaction')
|
||||
: null,
|
||||
|
||||
(dangerousGasLimit && gasLimitSpecified) ?
|
||||
(dangerousGasLimit && !gasLimitSpecified) ?
|
||||
h('span.error', {
|
||||
style: {
|
||||
fontSize: '0.9em',
|
||||
|
Loading…
Reference in New Issue
Block a user