revert signature reference

This commit is contained in:
2025-04-06 08:03:35 +03:00
parent 1fb7b5378f
commit 93b62844e7

View File

@@ -114,7 +114,7 @@ export const SuperLike = ({
const hashPostId = await hashWordWithoutPublicSalt(identifier, 20)
const metadescription = `**sig:${
res?.data?.signature
res?.signature
};${FOR}:${name}_${FOR_SUPER_LIKE};nm:${name.slice(
0,
20
@@ -125,7 +125,7 @@ export const SuperLike = ({
const superLikeToBase64 = await objectToBase64({
comment,
transactionReference: res?.data?.signature,
transactionReference: res?.signature,
notificationInformation: {
name,
identifier,