Skip to content

Commit

Permalink
[docs] fix typo in legacyAddress docs (MystenLabs#20662)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
hayes-mysten authored Dec 17, 2024
1 parent 3c99eb4 commit 8484b17
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 68 deletions.
132 changes: 65 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/docs/pages/typescript/zklogin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import {
computeZkLoginAddressFromSeed,
jwtToAddress,
toZkLoginPublicIdentifier,
genAddressSeed(userSalt, claimName, claimValue, aud)
genAddressSeed
} from '@mysten/sui/zklogin';

const address = jwtToAddress(jwtAsString, salt, true);
Expand Down

0 comments on commit 8484b17

Please sign in to comment.