From 349a8455307f8c6e81e13df168c45f9d9995225c Mon Sep 17 00:00:00 2001 From: slush0 Date: Thu, 6 Feb 2014 10:34:50 +0100 Subject: [PATCH] Added ButtonRequestType enum --- protob/types.proto | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/protob/types.proto b/protob/types.proto index 251d6597c..fd4b7e133 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -49,7 +49,13 @@ enum RequestType { } enum ButtonRequestType { - ButtonRequest_FeeOverThreshold = 1; + ButtonRequest_Other = 1; + ButtonRequest_FeeOverThreshold = 2; + ButtonRequest_ConfirmOutput = 3; + ButtonRequest_ResetDevice = 4; + ButtonRequest_ConfirmWord = 5; + ButtonRequest_WipeDevice = 6; + ButtonRequest_ProtectCall = 7; } // Structure of BIP32 (hierarchical deterministic) node