diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 084f8df4b7..a36e1f87ff 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -54,7 +54,7 @@ module.exports = class UniversalDApp extends ApiFactory { // TODO: most params here can be refactored away in txRunner this.txRunner = new TxRunner(this.accounts, { // TODO: only used to check value of doNotShowTransactionConfirmationAgain property - config: this.config, + config: this._deps.config, // TODO: to refactor, TxRunner already has access to executionContext detectNetwork: (cb) => { executionContext.detectNetwork(cb)