Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 10, 2024
1 parent fe85870 commit 3ab32aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,8 @@ export class Executor {
}

if (
e?.details &&
e?.details
.toLowerCase()
?.toLowerCase()
.includes("replacement transaction underpriced")
) {
childLogger.error(
Expand Down

0 comments on commit 3ab32aa

Please sign in to comment.