You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ada has a 6 decimal point precision, but currently we're rounding to 2
- Decimals on the CoinId type is dropped to simplify the implementation,
as Ada has a constant value and it's not used for any other currencies
- Fixes some wonky logic that was working due to the common rounding to
2 decimal points
Copy file name to clipboardExpand all lines: apps/browser-extension-wallet/src/views/browser-view/features/activity/helpers/__tests__/pending-tx-transformer.test.ts
Copy file name to clipboardExpand all lines: apps/browser-extension-wallet/src/views/browser-view/features/send-transaction/components/Form/CoinInput/__tests__/util.test.ts
Copy file name to clipboardExpand all lines: apps/browser-extension-wallet/src/views/browser-view/features/send-transaction/components/Form/CoinInput/useSelectedCoins.tsx
Copy file name to clipboardExpand all lines: apps/browser-extension-wallet/src/views/browser-view/features/send-transaction/components/Form/CoinInput/util.ts
0 commit comments