Commit 08f78efe authored by Liana Husikyan's avatar Liana Husikyan Committed by Aniket

fix checkbox on mainnet confirmation

parent d9691971
...@@ -19,7 +19,7 @@ class Blockchain { ...@@ -19,7 +19,7 @@ class Blockchain {
this.events = new EventEmitter() this.events = new EventEmitter()
this.config = config this.config = config
const web3Runner = new TxRunnerWeb3({ const web3Runner = new TxRunnerWeb3({
config: config, config: this.config,
detectNetwork: (cb) => { detectNetwork: (cb) => {
this.executionContext.detectNetwork(cb) this.executionContext.detectNetwork(cb)
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment