fix checkbox on mainnet confirmation

pull/1476/head
Liana Husikyan 3 years ago committed by Aniket
parent d96919710a
commit 08f78efe69
  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