Skip to content

Commit 3cc4ce3

Browse files
committed
add comment to bridging
1 parent 4f7165b commit 3cc4ce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hooks/use-bridge-to-ethereum.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ export const useBridgeToEthereum = () => {
7474
paymentId: paymentId,
7575
})
7676

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
7779
// await signer?.addPendingTappletTx({
7880
// amount: amount,
7981
// amountToReceive: amountAfterFee,

0 commit comments

Comments
 (0)