gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -modify mock currency spec


From: gnunet
Subject: [taler-wallet-core] branch master updated: -modify mock currency spec
Date: Tue, 10 Oct 2023 15:21:13 +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 5d1e0ae00 -modify mock currency spec
5d1e0ae00 is described below

commit 5d1e0ae008050f75776f8421b3c24a87622cd4d7
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Oct 10 15:21:20 2023 +0200

    -modify mock currency spec
---
 packages/taler-wallet-core/src/wallet.ts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index 42293735e..571bf07ee 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1445,6 +1445,7 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
             },
           },
         };
+        return kudosResp;
       } else if (req.scope.currency === "TESTKUDOS") {
         const testkudosResp: GetCurrencySpecificationResponse = {
           currencySpecification: {
@@ -1453,7 +1454,7 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
             fractional_input_digits: 0,
             fractional_normal_digits: 0,
             fractional_trailing_zero_digits: 0,
-            is_currency_name_leading: true,
+            is_currency_name_leading: false,
             alt_unit_names: {},
           },
         };

-- 
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]