diff options
Diffstat (limited to 'src/operations/withdraw.ts')
-rw-r--r-- | src/operations/withdraw.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operations/withdraw.ts b/src/operations/withdraw.ts index 950d3c007..3a1f3cf06 100644 --- a/src/operations/withdraw.ts +++ b/src/operations/withdraw.ts @@ -570,7 +570,7 @@ export async function getExchangeWithdrawalInfo( const exchangeWireAccounts: string[] = []; for (let account of exchangeWireInfo.accounts) { - exchangeWireAccounts.push(account.url); + exchangeWireAccounts.push(account.payto_uri); } const { isTrusted, isAudited } = await getExchangeTrust(ws, exchangeInfo); |