mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-15 09:15:43 +03:00
Update README.md
This commit is contained in:
parent
6aea54cab4
commit
8b8daea9f3
@ -72,8 +72,9 @@ function main() {
|
||||
Addresses are defined to enable compiler-optimized routines for parsing and operating over addresses. These semantics will be accompanied by a standard library in a future sprint.
|
||||
|
||||
```js
|
||||
function main() {
|
||||
function main(owner: address) {
|
||||
let sender = address(aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8);
|
||||
assert_eq!(owner, sender);
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user