mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
remove logs
This commit is contained in:
@@ -8,10 +8,7 @@ import {Sha256} from 'asmcrypto.js'
|
||||
|
||||
export const decryptChatMessage = (encryptedMessage, privateKey, recipientPublicKey, lastReference) => {
|
||||
const test = encryptedMessage
|
||||
console.log({test})
|
||||
console.log({encryptedMessage, privateKey, recipientPublicKey, lastReference})
|
||||
let _encryptedMessage = Base58.decode(encryptedMessage)
|
||||
console.log({_encryptedMessage})
|
||||
const _base58RecipientPublicKey = recipientPublicKey instanceof Uint8Array ? Base58.encode(recipientPublicKey) : recipientPublicKey
|
||||
const _recipientPublicKey = Base58.decode(_base58RecipientPublicKey)
|
||||
|
||||
|
Reference in New Issue
Block a user