commit 790e266ff378f903d2b5ea5929a2a46ec647f31f parent b90d1c0318e392fa5324ea31abe3b86919cbf699 Author: Florian Dold <florian.dold@gmail.com> Date: Thu, 17 Nov 2016 21:01:44 +0100 revert fractional base to 1e6 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;