Skip to content

Commit 4bb0b19

Browse files
committed
chore(cardano): Update URL max length
1 parent 259ef1d commit 4bb0b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/apps/cardano/certificates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_IPV4_ADDRESS_SIZE = const(4)
2424
_IPV6_ADDRESS_SIZE = const(16)
2525

26-
_MAX_URL_LENGTH = const(64)
26+
_MAX_URL_LENGTH = const(128)
2727
_MAX_PORT_NUMBER = const(65535)
2828

2929

0 commit comments

Comments
 (0)