Unverified Commit 5785313a authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2046 from ethereum/yann300-patch-41

Add missing callback
parents d9be2ba3 883b4e4d
...@@ -30,8 +30,8 @@ class Settings { ...@@ -30,8 +30,8 @@ class Settings {
this.networkcallid = 0 this.networkcallid = 0
} }
changeExecutionContext (context, cb) { changeExecutionContext (context, confirmCb, infoCb, cb) {
return executionContext.executionContextChange(context, null, cb) return executionContext.executionContextChange(context, null, confirmCb, infoCb, cb)
} }
setProviderFromEndpoint (target, context, cb) { setProviderFromEndpoint (target, context, 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