Skip to content

Commit 84c5f98

Browse files
author
Bilal Zahory
committed
docs: update comment
1 parent 31459cd commit 84c5f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ducks/send/send.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3017,7 +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
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`)
30213021
type: TransactionType.swapApproval,
30223022
swaps: {
30233023
hasApproveTx: true,

0 commit comments

Comments
 (0)