Skip to content

Commit

Permalink
[wallet] fix issue where we incorrectly compute the non-legacy zklogi… (
Browse files Browse the repository at this point in the history
MystenLabs#20628)

…n address in the wallet

## 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 13, 2024
1 parent 5603060 commit db834d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export class ZkLoginAccount
iss: decodedJWT.iss,
aud,
userSalt: BigInt(salt),
legacyAddress: true,
}),
claims: await obfuscate(claims),
salt: await obfuscate(salt),
Expand Down

0 comments on commit db834d8

Please sign in to comment.