remve unneeded prop

pull/5370/head
yann300 5 years ago
parent 19d3bbe52a
commit fb5299182d
  1. 1
      src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js

@ -16,7 +16,6 @@ export default class FetchAndCompile extends Plugin {
constructor () {
super(profile)
this.compiler = null
this.unresolvedAddresses = []
this.firstResolvedAddress = null
this.sourceVerifierNetWork = ['Main', 'Rinkeby', 'Ropsten', 'Goerli']

Loading…
Cancel
Save