issues
search
WalletConnect
/
walletconnect-utils
Javascript Utilities for WalletConnect
MIT License
113
stars
75
forks
source link
fix(identity-keys): ensure registration case returns pubKey not didKey
#96
Closed
bkrem
closed
1 year ago
bkrem
commented
1 year ago
Context
The registration case return of
registerIdentity
did not align with the behaviour of the early return/
getIdentity
case.
We were returning a
did:
formatted key on the registration case instead of the identity pubKey as in the other cases.
Context
registerIdentity
did not align with the behaviour of the early return/getIdentity
case.did:
formatted key on the registration case instead of the identity pubKey as in the other cases.