Skip to content

Commit fd9b155

Browse files
authored
chore:
1 parent 634aa50 commit fd9b155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/app/src/systems/Transaction/machines/transactionHistoryMachine.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ export const transactionHistoryMachine = createMachine(
352352
const address = input.address;
353353
const providerUrl = selectedNetwork?.url || '';
354354
const initialEndCursor = input.initialEndCursor;
355-
// const result = await Promise.race([
356355
const result = await TxService.getAllCursors({
357356
address,
358357
providerUrl,

0 commit comments

Comments
 (0)