Skip to content

Commit

Permalink
fix: swap otherAccount fix exnalAccount (#6329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezailWang authored Dec 12, 2024
1 parent 1b56cad commit 1d891a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/views/Swap/hooks/useSwapBuiltTx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ export function useSwapBuildTx() {
accountUtils.isHwAccount({
accountId: swapFromAddressInfo.accountInfo.account.id,
}) ||
accountUtils.isOthersAccount({
accountUtils.isExternalAccount({
accountId: swapFromAddressInfo.accountInfo.account.id,
}) ||
SwapBuildUseMultiplePopoversNetworkIds.includes(
Expand Down

0 comments on commit 1d891a7

Please sign in to comment.