Skip to content

Commit

Permalink
Merge pull request #1481 from ethereum/LianaHus-patch-7
Browse files Browse the repository at this point in the history
Update blockchain.js
  • Loading branch information
LianaHus authored Aug 13, 2021
2 parents 9fc45e0 + 80c23c2 commit 169cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/blockchain/blockchain.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Blockchain {
this.events = new EventEmitter()
this.config = config
const web3Runner = new TxRunnerWeb3({
config: config,
config: this.config,
detectNetwork: (cb) => {
this.executionContext.detectNetwork(cb)
},
Expand Down

0 comments on commit 169cf64

Please sign in to comment.