Skip to content

Commit 6a527ea

Browse files
authored
fixed retryTx update params (#318)
1 parent 4f599c9 commit 6a527ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/worker/tasks/retryTx.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const retryTx = async () => {
104104
res,
105105
sentAtBlockNumber: await sdk.getProvider().getBlockNumber(),
106106
retryCount: tx.retryCount + 1,
107+
transactionHash: res.hash,
107108
},
108109
});
109110

0 commit comments

Comments
 (0)