Closed Endogen closed 7 months ago
Since we have the check for startswith("con_") we don't need any other check for the contract name. But I added another check for the contract lenght - which is now fixed at max 64 characters.
startswith("con_")
Since we have the check for
startswith("con_")
we don't need any other check for the contract name. But I added another check for the contract lenght - which is now fixed at max 64 characters.