We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7165b commit 3cc4ce3Copy full SHA for 3cc4ce3
hooks/use-bridge-to-ethereum.ts
@@ -74,6 +74,8 @@ export const useBridgeToEthereum = () => {
74
paymentId: paymentId,
75
})
76
77
+ // TODO add this line to store ongoing tx also in the TU to check on tapplet reload
78
+ // if any previous tx was finished with success/fail status to display it to a user
79
// await signer?.addPendingTappletTx({
80
// amount: amount,
81
// amountToReceive: amountAfterFee,
0 commit comments