Unverified Commit 27a4ca1f authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1268 from ethereum/yann300-patch-24

Use name 'web3' when custom provider
parents 8ebfea6e 4e731331
...@@ -216,7 +216,7 @@ function ExecutionContext () { ...@@ -216,7 +216,7 @@ function ExecutionContext () {
if (this.customNetWorks[context]) { if (this.customNetWorks[context]) {
var provider = this.customNetWorks[context] var provider = this.customNetWorks[context]
setProviderFromEndpoint(provider.url, provider.name, () => { cb() }) setProviderFromEndpoint(provider.url, 'web3', () => { 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