You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use PrivateKey.sign(data)
Implementing like this: let privateKey = try PrivateKey(xmtpClient.keys.identityKey)
However when this is done the privateKey's address does not match the client's address
Is there a correct one to handle this? Or should there be different values used to ultimately create a signature?
Expected behavior
No response
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I am attempting to use PrivateKey.sign(data)
Implementing like this:
let privateKey = try PrivateKey(xmtpClient.keys.identityKey)
However when this is done the privateKey's address does not match the client's address
Is there a correct one to handle this? Or should there be different values used to ultimately create a signature?
Expected behavior
No response
Steps to reproduce the bug
No response
The text was updated successfully, but these errors were encountered: