Skip to content

Commit 9858a13

Browse files
authored
the is_founder view function is only useful if the user already did t… (0LNetworkCommunity#144)
* the is_founder view function is only useful if the user already did the migration to v8. * activity::is_pre_v8 is the correct one
1 parent a806555 commit 9858a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/founder/migrate-to-v8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ libra --version # Must show version ≥ 8.0
3030

3131
If not installed, follow → Install the Open Libra CLI from [source code](https://docs.openlibra.io/getting-started/install-open-libra-cli) or [binaries](https://docs.openlibra.io/getting-started/install-open-libra-cli/install-open-libra-cli-binaries)
3232

33-
### Verify You're a Founder
33+
### Verify if account is a Pre-v8 address
3434
```bash
35-
libra query view -f 0x1::founder::is_founder --args <your-address>
35+
libra query view -f 0x1::activity::is_pre_v8 --args <your-address>
3636
```
3737
If this returns **true**, continue with this guide.
3838

0 commit comments

Comments
 (0)