mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 15:49:53 +00:00
Update VersionDataFetcher KDoc
This commit is contained in:
@@ -131,10 +131,7 @@ object FileServerApi {
|
||||
val signature = BlindKeyAPI.blindVersionSign(secretKey, timestamp)
|
||||
|
||||
// The hex encoded version-blinded public key with a 07 prefix
|
||||
val blindedPkHex = buildString {
|
||||
append("07")
|
||||
append(blindedKeys.pubKey.toHexString())
|
||||
}
|
||||
val blindedPkHex = "07" + blindedKeys.pubKey.toHexString()
|
||||
|
||||
val request = Request(
|
||||
verb = HTTP.Verb.GET,
|
||||
|
Reference in New Issue
Block a user