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

feature/default_network_editable
Kevin Serrano 7 years ago
parent 3d36d565af
commit a22a2586ab
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 2
      ui/app/components/pending-tx.js

@ -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…
Cancel
Save