From 67a6c7dc41791d8850ce33f4a3aceb448b2d42ff Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 Apr 2019 10:50:11 +0200 Subject: [PATCH] fix config --- src/universal-dapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)