From f53fb1c312e4f1f3ca3206f1f36e5ee54f332733 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Thu, 6 Feb 2025 18:13:41 +0530 Subject: [PATCH] Add log --- src/utils/verifyTweet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/verifyTweet.ts b/src/utils/verifyTweet.ts index f20a274..16f27e3 100644 --- a/src/utils/verifyTweet.ts +++ b/src/utils/verifyTweet.ts @@ -62,7 +62,7 @@ export async function processTweet(txSignature: string, memeUrl: string | null) isLockCreated: false, }); - console.error('Error locking tokens.'); + console.error('Error locking tokens: ', error); throw new Error("Transaction failed."); }