revert fractional base
This commit is contained in:
parent
b078844c7f
commit
4f6327930a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user