Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Only round up token balance or transaction amount for displaying. #5247

Closed
nuo-xu opened this issue Apr 12, 2022 · 1 comment · Fixed by #5253
Closed

Only round up token balance or transaction amount for displaying. #5247

nuo-xu opened this issue Apr 12, 2022 · 1 comment · Fixed by #5253

Comments

@nuo-xu
Copy link
Contributor

nuo-xu commented Apr 12, 2022

Currently we round up amount for token balance and gasFee.
This could cause an issue that transaction amount is greater than available balance.
Add unit test.

@srirambv
Copy link
Contributor

Verification passed on the following devices running 1.38 (22.4.25.12)

  • iPhone 7+ (iOS 14.8.1)
  • iPhone XR (iOS 15.4.1)
  • iPad Pro (iOS 15.5 Beta 3)
  • Verified steps from #5253
  • Verified value is only rounded up for display but is using the full value for transactions
ERC Send ERC Swap
ERC.Send.mp4
ERC.Swap.mp4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.