1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

src/trezor/messages: regenerate

This commit is contained in:
Jan Pochyla 2018-02-27 12:04:54 +01:00
parent 8e5125a3fe
commit f6e06b768d

View File

@ -12,3 +12,6 @@ SignTx = const(8)
FirmwareCheck = const(9)
Address = const(10)
PublicKey = const(11)
MnemonicWordCount = const(12)
MnemonicInput = const(13)
PassphraseType = const(14)