gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: updating docs in wallet core


From: gnunet
Subject: [taler-docs] branch master updated: updating docs in wallet core
Date: Fri, 03 Nov 2023 23:15:51 +0100

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

sebasjm pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 5693da7f updating docs in wallet core
5693da7f is described below

commit 5693da7fd91187b984cd15eec1aae09b85e9b163
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Nov 3 19:15:39 2023 -0300

    updating docs in wallet core
---
 extract-tsdefs/pnpm-lock.yaml | 2 +-
 wallet/wallet-core.md         | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/extract-tsdefs/pnpm-lock.yaml b/extract-tsdefs/pnpm-lock.yaml
index 0bc6ff8e..6d064c10 100644
--- a/extract-tsdefs/pnpm-lock.yaml
+++ b/extract-tsdefs/pnpm-lock.yaml
@@ -1,4 +1,4 @@
-lockfileVersion: '6.0'
+lockfileVersion: '6.1'
 
 settings:
   autoInstallPeers: true
diff --git a/wallet/wallet-core.md b/wallet/wallet-core.md
index 4f83f743..4c714bef 100644
--- a/wallet/wallet-core.md
+++ b/wallet/wallet-core.md
@@ -1376,11 +1376,9 @@ export interface GetCurrencySpecificationResponse {
 ```typescript
 export interface CurrencySpecification {
   name: string;
-  decimal_separator: string;
   num_fractional_input_digits: Integer;
   num_fractional_normal_digits: Integer;
   num_fractional_trailing_zero_digits: Integer;
-  is_currency_name_leading: boolean;
   alt_unit_names: {
     [log10: string]: string;
   };

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