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
The error messages validating if a user is failing the XRP reserve policy while sending the coins are hardcoded now. (see #15893)
It is not ideal, because the Ripple network can dynamically change the reserve and then the mobile Suite would display outdated information.
To fix this, a way to inject dynamic data into the yup validation schema error messages needs to be designed and implemented. This refactor should ideally be done together with internationalizing all the yup messages because they are currently hardcoded as English.
The text was updated successfully, but these errors were encountered:
The error messages validating if a user is failing the XRP reserve policy while sending the coins are hardcoded now. (see #15893)
It is not ideal, because the Ripple network can dynamically change the reserve and then the mobile Suite would display outdated information.
To fix this, a way to inject dynamic data into the yup validation schema error messages needs to be designed and implemented. This refactor should ideally be done together with internationalizing all the yup messages because they are currently hardcoded as English.
The text was updated successfully, but these errors were encountered: