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: introduce tiny d


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: introduce tiny digits
Date: Sat, 05 Aug 2023 23:56:12 +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 44aeaba7b wallet-core: introduce tiny digits
44aeaba7b is described below

commit 44aeaba7b4d21e518928ca545b114e2a8e8c2a24
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Aug 5 23:56:07 2023 +0200

    wallet-core: introduce tiny digits
---
 packages/taler-util/src/wallet-types.ts  | 1 +
 packages/taler-wallet-core/src/wallet.ts | 1 +
 2 files changed, 2 insertions(+)

diff --git a/packages/taler-util/src/wallet-types.ts 
b/packages/taler-util/src/wallet-types.ts
index 42d54752a..3179cd6f3 100644
--- a/packages/taler-util/src/wallet-types.ts
+++ b/packages/taler-util/src/wallet-types.ts
@@ -420,6 +420,7 @@ export const codecForGetCurrencyInfoRequest =
 export interface GetCurrencyInfoResponse {
   decimalSeparator: string;
   numFractionalDigits: number;
+  numTinyDigits: number;
   /**
    * Is the currency name leading or trailing?
    */
diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index 78fb8789e..796a96f14 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1404,6 +1404,7 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
         decimalSeparator: ",",
         isCurrencyNameLeading: false,
         numFractionalDigits: 2,
+        numTinyDigits: 1,
       };
       return resp;
     }

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