Skip to content

Commit

Permalink
Update Permissions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoshiya authored Apr 5, 2024
1 parent 431ec34 commit db6c915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/devdocs/Writing Smart Contracts/Permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ In this example we are just showcasing the usage of permissions. `string` and `a

## Example Scenario 2

```javascript
pragma solidity ^0.8.20;
import {FHE, euint8, inEuint8} from "@fhenixprotocol/contracts/FHE.sol";
contract Test {
Expand All @@ -70,7 +71,7 @@ contract Test {
return FHE.sealoutput(_output, publicKey);
}
}

```

## Notes

Expand Down

0 comments on commit db6c915

Please sign in to comment.