aboutsummaryrefslogtreecommitdiff
path: root/wallet
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 /wallet
parent5d1075a80f6cdbaf7f6210a0348be0b6cdfcefc9 (diff)
downloaddocs-5693da7fd91187b984cd15eec1aae09b85e9b163.tar.gz
docs-5693da7fd91187b984cd15eec1aae09b85e9b163.tar.bz2
docs-5693da7fd91187b984cd15eec1aae09b85e9b163.zip
updating docs in wallet core
Diffstat (limited to 'wallet')
-rw-r--r--wallet/wallet-core.md2
1 files changed, 0 insertions, 2 deletions
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;
};