Skip to content

Commit

Permalink
fixup! feat(wallet): the wallet now only fetches UTXOs on tx history …
Browse files Browse the repository at this point in the history
…change
  • Loading branch information
AngelCastilloB committed Nov 15, 2024
1 parent 9dde8a4 commit fd1136a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/wallet/src/services/TransactionsTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,10 @@ const findIntersectionAndUpdateTxStore = ({
combinator: exhaustMap,
equals: transactionsEquals,
onFatalError,
// eslint-disable-next-line sonarjs/cognitive-complexity
provider: async () => {
// eslint-disable-next-line no-constant-condition
let rollbackOcurred = false;
// eslint-disable-next-line no-constant-condition
while (true) {
const lastStoredTransaction: Cardano.HydratedTx | undefined = localTransactions[localTransactions.length - 1];

Expand Down

0 comments on commit fd1136a

Please sign in to comment.