Skip to content

Commit

Permalink
Merge branch 'jaden/platf-4373-rk-apply-relay-fee-deduction-to-final-…
Browse files Browse the repository at this point in the history
…price-instead-of-first' into dev
  • Loading branch information
JadenDurnford committed Sep 30, 2024
2 parents 84bb3b0 + 5d867f0 commit f91f0b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdk/src/utils/executeSteps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@ export async function executeSteps(
transactionsData.transactions.length > 0 &&
stepItem.txHashes?.every((hash) =>
transactionTxHashes?.includes(hash.txHash)
) &&
transactionsData.transactions.every(
(transaction) => transaction.synced
)
? true
: false
Expand Down

0 comments on commit f91f0b8

Please sign in to comment.