Skip to content

Commit

Permalink
do not blacklist replacement transaction underpriced
Browse files Browse the repository at this point in the history
  • Loading branch information
defi-dev committed Mar 7, 2024
1 parent 9ae2724 commit bc25184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/AbstractJob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export abstract class AbstractJob {
e.message &&
(e.message.includes("sender doesn't have enough funds to send tx") ||
e.message.includes('Tx not mined, max attempts') ||
e.message.includes('replacement transaction underpriced') ||
e.message.includes('0xaf605803')) // OnlyCurrentSlasher
);
}
Expand Down

0 comments on commit bc25184

Please sign in to comment.