We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259ef1d commit 4bb0b19Copy full SHA for 4bb0b19
core/src/apps/cardano/certificates.py
@@ -23,7 +23,7 @@
23
_IPV4_ADDRESS_SIZE = const(4)
24
_IPV6_ADDRESS_SIZE = const(16)
25
26
-_MAX_URL_LENGTH = const(64)
+_MAX_URL_LENGTH = const(128)
27
_MAX_PORT_NUMBER = const(65535)
28
29
0 commit comments