mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
Failure_NotInitialized
This commit is contained in:
parent
712a3846b7
commit
3da2da096c
@ -34,6 +34,7 @@ enum FailureType {
|
|||||||
Failure_InvalidSignature = 8;
|
Failure_InvalidSignature = 8;
|
||||||
Failure_Other = 9;
|
Failure_Other = 9;
|
||||||
Failure_NotEnoughFunds = 10;
|
Failure_NotEnoughFunds = 10;
|
||||||
|
Failure_NotInitialized = 11;
|
||||||
Failure_FirmwareError = 99;
|
Failure_FirmwareError = 99;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user