leo/asg/tests/pass/address/input.leo

5 lines
155 B
Plaintext
Raw Normal View History

2021-01-25 18:17:42 +03:00
function main(owner: address) {
const sender = aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8;
2021-01-25 18:17:42 +03:00
console.assert(owner == sender);
}