Skip to content

Commit 31459cd

Browse files
author
Bilal Zahory
committed
docs: add TODO
1 parent 8b3d6eb commit 31459cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/ducks/send/send.js

+1
Original file line numberDiff line numberDiff line change
@@ -3017,6 +3017,7 @@ export function signTransaction(history) {
30173017
{ ...bestQuote.approvalNeeded, amount: '0x0' },
30183018
{
30193019
requireApproval: false,
3020+
// TODO: create new type for swap+send approvals; works as stopgap bc swaps doesn't use this type anymore
30203021
type: TransactionType.swapApproval,
30213022
swaps: {
30223023
hasApproveTx: true,

0 commit comments

Comments
 (0)