Skip to content

Commit

Permalink
fixed retryTx update params (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 authored Dec 1, 2023
1 parent 4f599c9 commit 6a527ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/worker/tasks/retryTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const retryTx = async () => {
res,
sentAtBlockNumber: await sdk.getProvider().getBlockNumber(),
retryCount: tx.retryCount + 1,
transactionHash: res.hash,
},
});

Expand Down

0 comments on commit 6a527ea

Please sign in to comment.