summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-03 19:15:39 -0300
committerSebastian <sebasjm@gmail.com>2023-11-03 19:15:39 -0300
commit5693da7fd91187b984cd15eec1aae09b85e9b163 (patch)
treea26be0f2e8f1d1165ed2622dd078bd19437b92b1
parent5d1075a80f6cdbaf7f6210a0348be0b6cdfcefc9 (diff)
downloaddocs-5693da7fd91187b984cd15eec1aae09b85e9b163.tar.gz
docs-5693da7fd91187b984cd15eec1aae09b85e9b163.tar.bz2
docs-5693da7fd91187b984cd15eec1aae09b85e9b163.zip
updating docs in wallet core
-rw-r--r--extract-tsdefs/pnpm-lock.yaml2
-rw-r--r--wallet/wallet-core.md2
2 files changed, 1 insertions, 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;
};