chore(legacy): reboot to bootloader protobuf generated messages

pull/1461/head
Ondrej Mikle 3 years ago committed by Pavol Rusnak
parent d0b630abfc
commit 1579c62332
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -207,3 +207,4 @@ if not utils.BITCOIN_ONLY:
WebAuthnCredentials: Literal[801] = 801
WebAuthnAddResidentCredential: Literal[802] = 802
WebAuthnRemoveResidentCredential: Literal[803] = 803
RebootToBootloader: Literal[804] = 804

@ -204,3 +204,4 @@ WebAuthnListResidentCredentials: Literal[800] = 800
WebAuthnCredentials: Literal[801] = 801
WebAuthnAddResidentCredential: Literal[802] = 802
WebAuthnRemoveResidentCredential: Literal[803] = 803
RebootToBootloader: Literal[804] = 804

@ -224,6 +224,7 @@ from .PrevInput import PrevInput
from .PrevOutput import PrevOutput
from .PrevTx import PrevTx
from .PublicKey import PublicKey
from .RebootToBootloader import RebootToBootloader
from .RecoveryDevice import RecoveryDevice
from .ResetDevice import ResetDevice
from .RippleAddress import RippleAddress

Loading…
Cancel
Save