Unverified Commit 5874b29c authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1519 from ethereum/fixTypo

Fix typo
parents 2c88688f 2386e871
...@@ -393,7 +393,7 @@ UniversalDApp.prototype.runTx = function (args, cb) { ...@@ -393,7 +393,7 @@ UniversalDApp.prototype.runTx = function (args, cb) {
modalDialog('Confirm transaction', content, modalDialog('Confirm transaction', content,
{ label: 'Confirm', { label: 'Confirm',
fn: () => { 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 // TODO: check if this is check is still valid given the refactor
if (!content.gasPriceStatus) { if (!content.gasPriceStatus) {
cancelCb('Given gas price is not correct') cancelCb('Given gas price is not correct')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment