This commit is contained in:
Niels Andriesse 2020-11-26 12:56:08 +11:00
parent d5dc33e619
commit c8e63019ab
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ extension Storage {
}
public func getUserPublicKey() -> String? {
return OWSIdentityManager.shared().identityKeyPair()?.publicKey.toHexString()
return OWSIdentityManager.shared().identityKeyPair()?.hexEncodedPublicKey
}
public func getUserKeyPair() -> ECKeyPair? {