aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json2
-rw-r--r--src/types.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 68aeebeab..94f02c86b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
"name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers",
- "version": "0.6.27",
+ "version": "0.6.28",
"version_name": "0.1.4",
"minimum_chrome_version": "49",
diff --git a/src/types.ts b/src/types.ts
index b04453767..9de769dfe 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -509,7 +509,7 @@ export type PayCoinInfo = Array<{ updatedCoin: CoinRecord, sig: CoinPaySig }>;
export namespace Amounts {
- export const fractionalBase = 1e8;
+ export const fractionalBase = 1e6;
export interface Result {
amount: AmountJson;