1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-24 16:38:15 +00:00

chore(common): set definition timestamp to the current signed definitions

[no changelog]
This commit is contained in:
Martin Milata 2024-07-31 15:16:45 +02:00 committed by matejcik
parent fbf380caba
commit 8cffddb957
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2024-06-06T19:35:30+00:00 2024-07-09T10:03:06+00:00

View File

@ -9,7 +9,7 @@ PUBLIC_KEYS = (
b"\xb8\xd2\xb2\x1d\xe2\x71\x24\xf0\x51\x1f\x90\x3a\xe7\xe6\x0e\x07\x96\x18\x10\xa0\xb8\xf2\x8e\xa7\x55\xfa\x50\x36\x7a\x8a\x2b\x8b", b"\xb8\xd2\xb2\x1d\xe2\x71\x24\xf0\x51\x1f\x90\x3a\xe7\xe6\x0e\x07\x96\x18\x10\xa0\xb8\xf2\x8e\xa7\x55\xfa\x50\x36\x7a\x8a\x2b\x8b",
) )
MIN_DATA_VERSION = 1717702530 MIN_DATA_VERSION = 1720519386
FORMAT_VERSION = b"trzd1" FORMAT_VERSION = b"trzd1"
if __debug__: if __debug__: