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."); }