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:
parent
7eb6fcf43c
commit
d1311e786a
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user