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 93e7f0e commit 00a943eCopy full SHA for 00a943e
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