-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Formatting #25
Comments
thx for that, yes it is a typo, the 64chars is incorrect. the check against 250 chars is correct. will be fixed in the next update. EDIT: value of 250 is incorrect, its 255. |
Actually i have to research again, there are currently a few different specifications floating around, let me check it. |
ok, so the max. number of chars for the description is actually 255. and the url of the stakepool homepage is not limited at all. this is covered by the total size of the metadata json of 512 bytes in total. the value will be corrected from 250 to 255 in the next update. |
scripts/cardano/mainnet/05a_genStakepoolCert.sh
Line 173 in f99e99e
Says 64 chars, but its checking for 250.
The text was updated successfully, but these errors were encountered: