Update blockchain.js

LianaHus-patch-6
Liana Husikyan 3 years ago committed by GitHub
parent 05f8777206
commit c816d55d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/blockchain/blockchain.js

@ -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)
},

Loading…
Cancel
Save