Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Ticker maxLength increase to 5 chars - Propose
Browse files Browse the repository at this point in the history
cardano-foundation/cardano-wallet#2541 (comment)

Update for the maxLength of the Coin/Asset Ticker to be consistent with the Pool Ticker Format (minLength could be raised to from 2 to 3 chars)
  • Loading branch information
gitmachtl committed Mar 1, 2021
1 parent 67b1b4f commit abf408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/wallet/submission-schema.json
Expand Up @@ -63,7 +63,7 @@
"properties": {
"value": {
"type": "string",
"maxLength": 4,
"maxLength": 5,
"minLength": 2
},
"signatures": {
Expand Down

0 comments on commit abf408b

Please sign in to comment.