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])!) } }