We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dde8a4 commit fd1136aCopy full SHA for fd1136a
packages/wallet/src/services/TransactionsTracker.ts
@@ -176,9 +176,10 @@ const findIntersectionAndUpdateTxStore = ({
176
combinator: exhaustMap,
177
equals: transactionsEquals,
178
onFatalError,
179
+ // eslint-disable-next-line sonarjs/cognitive-complexity
180
provider: async () => {
- // eslint-disable-next-line no-constant-condition
181
let rollbackOcurred = false;
182
+ // eslint-disable-next-line no-constant-condition
183
while (true) {
184
const lastStoredTransaction: Cardano.HydratedTx | undefined = localTransactions[localTransactions.length - 1];
185
0 commit comments