Skip to content

Commit

Permalink
📦 VERSION: 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed Sep 6, 2024
1 parent 2c811c7 commit cca3e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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])!)
}
}
Expand Down

0 comments on commit cca3e49

Please sign in to comment.