Commit b22e2215 authored by Iuri Matias's avatar Iuri Matias

update remix-debug tests

parent 2b106ebf
...@@ -51,8 +51,9 @@ function initVM (st, privateKey) { ...@@ -51,8 +51,9 @@ function initVM (st, privateKey) {
console.log(mes) console.log(mes)
st.fail(mes) st.fail(mes)
} else { } else {
remixLib.global.web3 = obj // remixLib.global.web3 = obj
remixLib.global.web3Debug = obj // remixLib.global.web3Debug = obj
vm.web3 = obj
} }
}) })
return vm return vm
......
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