revert fractional base

This commit is contained in:
Florian Dold 2016-11-17 14:32:20 +01:00
parent b078844c7f
commit 4f6327930a

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;