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
There is an error parsingdisplaying tokens with "unit" not complying with ISO 4217 3-letter codes, e.g. mlsat.
Apparently NumberFormat does not like it.. hence it is not displaying the amount in the "Receive ecash" dialog.
As far as I am aware, NUTs do not define the type of "unit" other than for it to be a string, right?
Should "non 3-letter currency codes" be supported, e.g. "mlsat" (.length > 3) or "$" (.length < 3) ?
There is an error
parsingdisplaying tokens with "unit" not complying with ISO 4217 3-letter codes, e.g.mlsat
.Apparently
NumberFormat
does not like it.. hence it is not displaying the amount in the "Receive ecash" dialog.As far as I am aware, NUTs do not define the type of "unit" other than for it to be a string, right?
Should "non 3-letter currency codes" be supported, e.g. "mlsat" (
.length
> 3) or "$" (.length
< 3) ?Any chance the amount can still be displayed?
With "mlsat" currency:
With "sat" currency:
The text was updated successfully, but these errors were encountered: