Skip to content

Commit ece21a0

Browse files
committed
chore(library-solidity): update acl_examples.md
1 parent 1d7d25f commit ece21a0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/solidity-guides/acl/acl_examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ function transfer(address to, euint64 encryptedAmount) public {
111111
require(FHE.isSenderAllowed(encryptedAmount), "Unauthorized access to encrypted amount.");
112112
113113
// Proceed with further logic
114-
euint64 amount = FHE.asEuint64(encryptedAmount);
115114
...
116115
}
117116
```

0 commit comments

Comments
 (0)