src/trezor/messages: regenerate

This commit is contained in:
Jan Pochyla 2018-02-27 12:04:54 +01:00
parent 8e5125a3fe
commit f6e06b768d
1 changed files with 3 additions and 0 deletions

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)