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.
2 parents 93e7f0e + 00a943e commit 9b757b6Copy full SHA for 9b757b6
program-analysis/echidna/Exercise-2.md
@@ -17,7 +17,7 @@ We will test the following contract *[exercises/exercise2/token.sol](./exercises
17
```Solidity
18
contract Ownership{
19
address owner = msg.sender;
20
- function Owner(){
+ function Owner() public {
21
owner = msg.sender;
22
}
23
modifier isOwner(){
0 commit comments