gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: wallet-core: use canonicalize


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: use canonicalized base URL when querying exchange
Date: Fri, 30 Jun 2023 22:00:24 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 9cfc138e7 wallet-core: use canonicalized base URL when querying 
exchange
9cfc138e7 is described below

commit 9cfc138e751ba281897389064179e0f4763929e0
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jun 30 22:00:20 2023 +0200

    wallet-core: use canonicalized base URL when querying exchange
---
 packages/taler-wallet-core/src/operations/exchanges.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/exchanges.ts 
b/packages/taler-wallet-core/src/operations/exchanges.ts
index c0373704a..5d120ccbd 100644
--- a/packages/taler-wallet-core/src/operations/exchanges.ts
+++ b/packages/taler-wallet-core/src/operations/exchanges.ts
@@ -570,7 +570,7 @@ export async function updateExchangeFromUrl(
         .mktx((x) => [x.exchanges, x.exchangeDetails])
         .runReadWrite(async (tx) => {
           let exchange = await tx.exchanges.get(canonUrl);
-          const exchangeDetails = await getExchangeDetails(tx, baseUrl);
+          const exchangeDetails = await getExchangeDetails(tx, canonUrl);
           return { exchange, exchangeDetails };
         });
       if (!exchange) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]