remve unneeded prop

pull/1/head
yann300 5 years ago
parent 1e02929131
commit fb7ce37e91
  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