pull/1/head
yann300 6 years ago
parent 2c88688fea
commit 2386e8715b
  1. 2
      src/universal-dapp.js

@ -393,7 +393,7 @@ UniversalDApp.prototype.runTx = function (args, cb) {
modalDialog('Confirm transaction', content,
{ label: 'Confirm',
fn: () => {
self._api.config.setUnpersistedProperty('doNotShowTransactionConfirmationAgain', content.querySelector('input#confirmsetting').checked)
self._deps.config.setUnpersistedProperty('doNotShowTransactionConfirmationAgain', content.querySelector('input#confirmsetting').checked)
// TODO: check if this is check is still valid given the refactor
if (!content.gasPriceStatus) {
cancelCb('Given gas price is not correct')

Loading…
Cancel
Save