You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/ducks/send/send.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -3017,7 +3017,7 @@ export function signTransaction(history) {
3017
3017
{ ...bestQuote.approvalNeeded,amount: '0x0'},
3018
3018
{
3019
3019
requireApproval: false,
3020
-
// TODO: create new type for swap+send approvals; works as stopgap bc swaps doesn't use this type anymore
3020
+
// TODO: create new type for swap+send approvals; works as stopgap bc swaps doesn't use this type for STXs in `submitSmartTransactionHook` (via `TransactionController`)
0 commit comments