-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WalletLink: use getRootKeyForWallet to check if wallet is linked to a…
…ny root (#1106) User A links wallet X. User B tries to link wallet X. Previously, this client check would pass b/c it's comparing X to root key B, but X is linked to A, and then the transaction would go on to revert. Now the client check will fail b/c X is already linked, so no transaction attempt will be made.
- Loading branch information
1 parent
03cf3fe
commit 339c62a
Showing
1 changed file
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters