Skip to content

Commit

Permalink
fix: show SOL Send transaction receiving address (#16879)
Browse files Browse the repository at this point in the history
  • Loading branch information
josheleonard committed Feb 3, 2023
1 parent 9ed2f94 commit c756aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_wallet_ui/utils/tx-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export function getTransactionToAddress (tx: TransactionInfo): string {

if (
tx.txType === BraveWallet.TransactionType.ERC20Approve ||
BraveWallet.TransactionType.ETHSwap
tx.txType === BraveWallet.TransactionType.ETHSwap
) {
return tx.txDataUnion?.ethTxData1559?.baseData.to || ''
}
Expand Down

0 comments on commit c756aa6

Please sign in to comment.