aboutsummaryrefslogtreecommitdiff
path: root/src/operations/exchanges.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/exchanges.ts')
-rw-r--r--src/operations/exchanges.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operations/exchanges.ts b/src/operations/exchanges.ts
index 741be31ba..9ea36e279 100644
--- a/src/operations/exchanges.ts
+++ b/src/operations/exchanges.ts
@@ -328,7 +328,7 @@ async function updateExchangeWithWireInfo(
for (const a of wireInfo.accounts) {
console.log("validating exchange acct");
const isValid = await ws.cryptoApi.isValidWireAccount(
- a.url,
+ a.payto_uri,
a.master_sig,
details.masterPublicKey,
);