We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f599c9 commit 6a527eaCopy full SHA for 6a527ea
1 file changed
src/worker/tasks/retryTx.ts
@@ -104,6 +104,7 @@ export const retryTx = async () => {
104
res,
105
sentAtBlockNumber: await sdk.getProvider().getBlockNumber(),
106
retryCount: tx.retryCount + 1,
107
+ transactionHash: res.hash,
108
},
109
});
110
0 commit comments