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