From 712a3846b701708672073c6c210dfce622ca04e4 Mon Sep 17 00:00:00 2001 From: slush0 Date: Sun, 9 Feb 2014 00:15:03 +0100 Subject: [PATCH] Added Failure_NotEnoughFunds --- protob/types.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/types.proto b/protob/types.proto index fd4b7e133e..64b9473cd3 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -33,6 +33,7 @@ enum FailureType { Failure_PinInvalid = 7; Failure_InvalidSignature = 8; Failure_Other = 9; + Failure_NotEnoughFunds = 10; Failure_FirmwareError = 99; }