From 2b7fff323d91d96e89ce822273b80385ca03bc9c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 19:02:47 +0100 Subject: fix incomplete rename --- src/operations/withdraw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operations/withdraw.ts') 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); -- cgit v1.2.3