pull/1/head
yann300 5 years ago
parent 884a562411
commit d85b6a7de2
  1. 2
      src/app/compiler/compiler-sourceVerifier-fetchAndCompile.js

@ -38,7 +38,7 @@ export default class FetchAndCompile extends Plugin {
const resolved = compilersartefacts.get(contractAddress)
if (resolved) return resolved
if (this.unresolvedAddresses.includes(contractAddress)) return localCompilation()
// sometimes when doing an internal call, the only available artifact is the Solidity interface.
// resolving addresses of internal call would allow to step over the source code, even if the declaration was made using an Interface.

Loading…
Cancel
Save