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
in some cases, we don't check if form input is filled (for example the owner_id in new_default_meta)
we can check if the account_id has proper characters
we can consider checking if the account_id exists
we can check type_schema for some fields
The problem is that in some cases the user is informed about basic mistakes in the request error or in some cases in the Wallet while confirming tx. It is possible to minimize such situations.
The text was updated successfully, but these errors were encountered:
For some functions, the validation is missing.
For example:
owner_id
innew_default_meta
)account_id
has proper charactersaccount_id
existstype_schema
for some fieldsThe problem is that in some cases the user is informed about basic mistakes in the request error or in some cases in the Wallet while confirming tx. It is possible to minimize such situations.
The text was updated successfully, but these errors were encountered: