pull/1/head
yann300 6 years ago
parent 71c92a1843
commit 67a6c7dc41
  1. 2
      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)

Loading…
Cancel
Save