admin_constructor_does_not_match_fail.out
1 Error [ETYC0372156]: Invalid address in `@admin` annotation: `Invalid account address length: found 63, expected 61`. 2 --> compiler-test:5:5 3 | 4 5 | @admin(address = "aleo1rhgdu77hgyqd3xjj8ucu3jj9r2krwz6mnzyd80gncr5fxcwlh5rsvzp9px") 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 6 6 | async constructor() { 7 | ^^^^^^^^^^^^^^^^^^^^^ 8 7 | assert_eq(true, true); 9 | ^^^^^^^^^^^^^^^^^^^^^^ 10 8 | } 11 | ^