summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};