Skip to content

Commit

Permalink
fix tx hash not assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Feb 4, 2025
1 parent 61c81d6 commit cfd6ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ export class Executor {
}
}

attempts++

if (attempts === maxAttempts) {
throw error
}

attempts++
}
}

Expand Down

0 comments on commit cfd6ec9

Please sign in to comment.