revert fractional base / bump version

This commit is contained in:
Florian Dold 2016-11-17 03:23:26 +01:00
parent 5f802da561
commit 2cb642aac0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"name": "GNU Taler Wallet (git)", "name": "GNU Taler Wallet (git)",
"description": "Privacy preserving and transparent payments", "description": "Privacy preserving and transparent payments",
"author": "GNU Taler Developers", "author": "GNU Taler Developers",
"version": "0.6.27", "version": "0.6.28",
"version_name": "0.1.4", "version_name": "0.1.4",
"minimum_chrome_version": "49", "minimum_chrome_version": "49",

View File

@ -509,7 +509,7 @@ export type PayCoinInfo = Array<{ updatedCoin: CoinRecord, sig: CoinPaySig }>;
export namespace Amounts { export namespace Amounts {
export const fractionalBase = 1e8; export const fractionalBase = 1e6;
export interface Result { export interface Result {
amount: AmountJson; amount: AmountJson;