From 327f33ec9ddcf8feddcc7bfb29bc619d781d5dac Mon Sep 17 00:00:00 2001 From: yann300 Date: Sat, 7 Sep 2019 15:53:49 +0200 Subject: [PATCH] `_deps` is not used anymore in udapp This bug has been introduced after we moved udapp to remix repository --- src/app/ui/universal-dapp-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/universal-dapp-ui.js b/src/app/ui/universal-dapp-ui.js index ff909507ca..2697727850 100644 --- a/src/app/ui/universal-dapp-ui.js +++ b/src/app/ui/universal-dapp-ui.js @@ -197,7 +197,7 @@ UniversalDAppUI.prototype.getCallButton = function (args) { modalDialog('Confirm transaction', content, { label: 'Confirm', fn: () => { - self.udapp._deps.config.setUnpersistedProperty('doNotShowTransactionConfirmationAgain', content.querySelector('input#confirmsetting').checked) + self.udapp.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')