epam / mintgate

1 stars 2 forks source link

Validate `gate_id` to be up 32 chars long #93

Closed acuarica closed 3 years ago

acuarica commented 3 years ago

Mintgate uses 12 chars long gate_ids. To be more flexible, validate gate_id up to 32 chars long within contracts, and that is not empty.

acuarica commented 3 years ago

Fixed in #91.