1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

chore(cardano): Update URL max length

This commit is contained in:
Peter Jaško 2024-01-13 23:42:16 +01:00 committed by matejcik
parent 7eb6fcf43c
commit d1311e786a

View File

@ -23,7 +23,7 @@ _POOL_METADATA_HASH_SIZE = const(32)
_IPV4_ADDRESS_SIZE = const(4)
_IPV6_ADDRESS_SIZE = const(16)
_MAX_URL_LENGTH = const(64)
_MAX_URL_LENGTH = const(128)
_MAX_PORT_NUMBER = const(65535)