[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: add issue n
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: add issue n |
Date: |
Thu, 22 Aug 2024 20:00:49 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 0e91a454a add issue n
0e91a454a is described below
commit 0e91a454a31717075da396ddabd587e79d770389
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Aug 22 15:00:19 2024 -0300
add issue n
---
packages/taler-wallet-core/src/exchanges.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/exchanges.ts
b/packages/taler-wallet-core/src/exchanges.ts
index 398cd0dde..e03b020e6 100644
--- a/packages/taler-wallet-core/src/exchanges.ts
+++ b/packages/taler-wallet-core/src/exchanges.ts
@@ -457,7 +457,7 @@ async function makeExchangeListItem(
exchangeEntryStatus: getExchangeEntryStatusFromRecord(r),
walletKycStatus,
walletKycReservePub: reserveRec?.reservePub,
- // FIXME: this should not be constructed here, it should be an opaque URL
from exchange response
+ // FIXME: #9109 this should not be constructed here, it should be an
opaque URL from exchange response
walletKycUrl: reserveRec?.kycAccessToken
? new URL(`kyc-spa/#/token/${reserveRec.kycAccessToken}`, r.baseUrl).href
: undefined,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: add issue n,
gnunet <=