From cca3e491fb37dacb037a4ba301ecac249c8a61b3 Mon Sep 17 00:00:00 2001 From: AricRedemption Date: Fri, 6 Sep 2024 17:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20VERSION:=203.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/crypto.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/crypto.ts b/src/lib/crypto.ts index 37714a3..7673195 100644 --- a/src/lib/crypto.ts +++ b/src/lib/crypto.ts @@ -329,6 +329,7 @@ export const payTransactions = async ( if (typeof metaIdMessages[i] !== 'string') continue if (metaIdMessages[i].includes(prevTxids[j])) { + replaceFound = true metaIdMessages[i] = (metaIdMessages[i] as string).replace(prevTxids[j], txids.get(prevTxids[j])!) } }