mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 22:18:13 +00:00
proto: add Failure_PinMismatch
This commit is contained in:
parent
5c5fb7204e
commit
43b6464883
@ -41,6 +41,7 @@ enum FailureType {
|
|||||||
Failure_ProcessError = 9;
|
Failure_ProcessError = 9;
|
||||||
Failure_NotEnoughFunds = 10;
|
Failure_NotEnoughFunds = 10;
|
||||||
Failure_NotInitialized = 11;
|
Failure_NotInitialized = 11;
|
||||||
|
Failure_PinMismatch = 12;
|
||||||
Failure_FirmwareError = 99;
|
Failure_FirmwareError = 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user