summaryrefslogtreecommitdiff
path: root/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-19 19:02:47 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-19 19:02:47 +0100
commit2b7fff323d91d96e89ce822273b80385ca03bc9c (patch)
tree108c0be2129db11b610cb293076641a0dfb6296b /src/operations/withdraw.ts
parent337a59566c444882b3cd6decdde6adc6fd793f71 (diff)
downloadwallet-core-2b7fff323d91d96e89ce822273b80385ca03bc9c.tar.gz
wallet-core-2b7fff323d91d96e89ce822273b80385ca03bc9c.tar.bz2
wallet-core-2b7fff323d91d96e89ce822273b80385ca03bc9c.zip
fix incomplete rename
Diffstat (limited to 'src/operations/withdraw.ts')
-rw-r--r--src/operations/withdraw.ts2
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);