Skip to content

Commit 169cf64

Browse files
authored
Merge pull request #1481 from ethereum/LianaHus-patch-7
Update blockchain.js
2 parents 9fc45e0 + 80c23c2 commit 169cf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/blockchain/blockchain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Blockchain {
1919
this.events = new EventEmitter()
2020
this.config = config
2121
const web3Runner = new TxRunnerWeb3({
22-
config: config,
22+
config: this.config,
2323
detectNetwork: (cb) => {
2424
this.executionContext.detectNetwork(cb)
2525
},

0 commit comments

Comments
 (0)