We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f2be8 commit a806555Copy full SHA for a806555
docs/guides/founder/migrate-to-v8.md
@@ -51,7 +51,7 @@ libra txs user vouch --vouch-for <your-address>
51
52
3. **Verify your trust score meets threshold**
53
```bash
54
-libra query view -f 0x1::founder::is_voucher_score_valid --args <your-address>
+libra query view -f 0x1::reauthorization::is_v8_authorized --args <your-address>
55
```
56
57
4. **Wait for next epoch** (~24 hours)
0 commit comments