Skip to content

Commit

Permalink
🐛 Fix encoded purchase interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jan 14, 2025
1 parent 223625a commit c17ac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/src/interactions/purchaseEncoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const PurchaseInteractionEncoder = {
purchaseId,
}: { purchaseId: Hex }): PreparedInteraction {
const interactionData = concatHex([
interactionTypes.purchase.completed,
interactionTypes.purchase.unsafeCompleted,
pad(purchaseId, { size: 32 }),
]);
return {
Expand Down

0 comments on commit c17ac99

Please sign in to comment.