Commit fea24632 authored by Aniket-Engg's avatar Aniket-Engg Committed by Aniket

do not set default web3

parent 8f83eade
......@@ -123,10 +123,7 @@ export const DebuggerApiMixin = (Base) => class extends Base {
debug (hash, web3?) {
this.debugHash = hash
if (web3) {
this._web3 = web3
remixDebug.init.extendWeb3(web3)
}
if (web3) remixDebug.init.extendWeb3(web3)
if (this.onDebugRequestedListener) this.onDebugRequestedListener(hash, web3)
}
......
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