commit 4f6327930a69fad0a33566126e7e17fb8cb99f6e parent b078844c7f53ba8c674c1658ff1a64c91e11f17a Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 17 Nov 2016 14:32:20 +0100 revert fractional base Diffstat:
| M | src/types.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;