Skip to content

Commit 5f772ca

Browse files
token variable naming fix in constructor (#139)
1 parent 6483c8c commit 5f772ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/property-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contract Test {
3838
3939
constructor() {
4040
c = DeFi(..);
41-
t.mint(address(this), ...);
41+
token.mint(address(this), ...);
4242
}
4343
4444
function getShares_never_reverts(uint256 val) public {

0 commit comments

Comments
 (0)