Unverified Commit 6672bde7 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1255 from ethereum/yann300-patch-6

Fix load accounts
parents 6d56c966 2f9c64e0
......@@ -65,7 +65,7 @@ function runTab (appAPI = {}, appEvents = {}, opts = {}) {
function setFinalContext () {
// set the final context. Cause it is possible that this is not the one we've originaly selected
selectExEnv.value = executionContext.getProvider()
fillAccountsList(appAPI, el)
fillAccountsList(appAPI, opts, el)
event.trigger('clearInstance', [])
}
......
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