Skip to content

Commit

Permalink
Merge pull request #29 from Ocheretovich/patch-1
Browse files Browse the repository at this point in the history
Update Permissions
  • Loading branch information
Cashmaney authored Aug 27, 2024
2 parents 9927071 + 1934792 commit d5d544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devdocs/Writing Smart Contracts/Permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To utilize the `Permissioned` contract, you would inherit it in your own contrac

3. Call the view function with the generated signature as one of the parameters. Only if the signature is verified and corresponds to the `msg.sender` will the view function execute and return the sensitive data.

## Example Scenario
## Example Scenario 1

Imagine a contract holding medical records. You want to create a secure method for patients to view their records:

Expand Down

0 comments on commit d5d544f

Please sign in to comment.