Skip to content

Commit

Permalink
Merge pull request #1519 from ethereum/fixTypo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yann300 authored Sep 13, 2018
2 parents 2c88688 + 2386e87 commit 5874b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/universal-dapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5874b29

Please sign in to comment.