Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

number of decimals (precision) #75

Open
jadster opened this issue Apr 11, 2021 · 2 comments
Open

number of decimals (precision) #75

jadster opened this issue Apr 11, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@jadster
Copy link

jadster commented Apr 11, 2021

In order to deposit GRIN, some exchanges require sending funds with a predetermined set of 8 decimal places.

e.g. 1.22938029
or
50.22938029

Thereby the set of 8 decimal places is the "MEMO" that – I assume – the exchange uses to determine which account the incoming funds are credited to.

I tried doing this with Ironbelly, but after confirming the transaction, it only ever shows up with 3 decimal places.

I.e. as an app user I don't know whether the transaction was actually sent with the 8 decimal places I had entered or not.

  1. Question: How is the transaction actually sent? rounded to 3rd decimal place or exactly as the user entered it?
  2. Suggestion: I would suggest adding some sort of feature that allows the user to see more decimal places if so desired. e.g. more info with a tap on the respective number or simply show all decimal places when I tap on transaction details, or a universal setting for the app or something...
@jadster
Copy link
Author

jadster commented Apr 11, 2021

Well I guess I can answer my Question myself: the payment was received at the exchange with all 8 decimals.

My feature request still stands though ;)

@i1skn
Copy link
Owner

i1skn commented Apr 12, 2021

Got it, will be fixed in the next release!

@i1skn i1skn added the enhancement New feature or request label Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants