aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-17 15:32:08 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-17 15:32:08 +0100
commitc8576b433d8442694e0427301cf061aade0a6f8e (patch)
tree6dd5544d7a41fbd73dd99c676735a4b6d06c5591 /src/types.ts
parentd64861acec41927787dbe65ccd2067cd900b1f67 (diff)
downloadwallet-core-c8576b433d8442694e0427301cf061aade0a6f8e.tar.xz
per-exchange throttling
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 9de769dfe..b04453767 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 = 1e6;
+ export const fractionalBase = 1e8;
export interface Result {
amount: AmountJson;