Skip to content

Commit e544785

Browse files
authored
updated retry query (#435)
1 parent fef7cd9 commit e544785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/db/transactions/getTxToRetry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ WHERE
2929
AND "transactionHash" IS NOT NULL
3030
AND "retryCount" < ${config.maxRetriesPerTx}
3131
ORDER BY
32-
"sentAt",
3332
"nonce"
3433
ASC
3534
LIMIT

0 commit comments

Comments
 (0)