Update README.md

This commit is contained in:
Howard Wu 2020-07-05 12:32:15 -07:00 committed by GitHub
parent 6aea54cab4
commit 8b8daea9f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
```