Skip to content

Commit

Permalink
Update Permissions
Browse files Browse the repository at this point in the history
Update Permissions
  • Loading branch information
Ocheretovich authored Aug 15, 2024
1 parent 3bf7902 commit 1934792
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 1934792

Please sign in to comment.