We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7d25f commit ece21a0Copy full SHA for ece21a0
1 file changed
docs/solidity-guides/acl/acl_examples.md
@@ -111,7 +111,6 @@ function transfer(address to, euint64 encryptedAmount) public {
111
require(FHE.isSenderAllowed(encryptedAmount), "Unauthorized access to encrypted amount.");
112
113
// Proceed with further logic
114
- euint64 amount = FHE.asEuint64(encryptedAmount);
115
...
116
}
117
```
0 commit comments