proto: add Failure_PinMismatch

pull/41/head
Pavol Rusnak 6 years ago
parent 5c5fb7204e
commit 43b6464883
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -41,6 +41,7 @@ enum FailureType {
Failure_ProcessError = 9;
Failure_NotEnoughFunds = 10;
Failure_NotInitialized = 11;
Failure_PinMismatch = 12;
Failure_FirmwareError = 99;
}

Loading…
Cancel
Save