Merge pull request #1519 from ethereum/fixTypo

Fix typo
pull/3094/head
yann300 6 years ago committed by GitHub
commit 08988851a5
  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