taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5693da7fd91187b984cd15eec1aae09b85e9b163
parent 5d1075a80f6cdbaf7f6210a0348be0b6cdfcefc9
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri,  3 Nov 2023 19:15:39 -0300

updating docs in wallet core

Diffstat:
Mextract-tsdefs/pnpm-lock.yaml | 2+-
Mwallet/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 @@ -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 @@ -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; };