We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4e122 commit 2ab1da1Copy full SHA for 2ab1da1
program-analysis/echidna/exercises/Exercise-2.md
@@ -84,7 +84,7 @@ import "./token.sol";
84
/// echidna program-analysis/echidna/exercises/exercise2/template.sol
85
/// ```
86
contract TestToken is Token {
87
- constructor() public {
+ constructor() {
88
pause(); // pause the contract
89
owner = address(0); // lose ownership
90
}
0 commit comments