Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/api/Ripple.js
|
@ -41,6 +41,7 @@ export const formatAPICurrencyXRP = (amount: BigNumber) => { |
|
|
const value = formatCurrencyUnit(rippleUnit, amount, { |
|
|
const value = formatCurrencyUnit(rippleUnit, amount, { |
|
|
showAllDigits: true, |
|
|
showAllDigits: true, |
|
|
disableRounding: true, |
|
|
disableRounding: true, |
|
|
|
|
|
useGrouping: false, |
|
|
}) |
|
|
}) |
|
|
return { currency: 'XRP', value } |
|
|
return { currency: 'XRP', value } |
|
|
} |
|
|
} |
|
|