Skip to content

Commit 705c6a2

Browse files
Update working-with-libraries.md
1 parent 1fe15f3 commit 705c6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/advanced/working-with-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ However, the code of the library itself will not have their coverage displayed c
7575
11 | | }
7676
```
7777

78-
This is caused by the usage of `delegatecall` to execute contract code and unfortunately we do not have a workaround for it right now.
78+
This is caused by the usage of `delegatecall` to execute contract code and [unfortunately we do not have a workaround for it right now](https://github.com/crytic/echidna/issues/1042).
7979

8080
## Summary
8181

0 commit comments

Comments
 (0)