From fd5f3977bbdde6cbb4192f3a581abde15215288f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 17:06:47 +0100 Subject: exchange uses payto_uri instead of url now --- src/operations/exchanges.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operations/exchanges.ts') 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, ); -- cgit v1.2.3