From 9983a12276689afff8e28e1bd78605b8e6d63c1c Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 19 Nov 2015 11:23:14 +0100 Subject: [PATCH] add ButtonRequest_PublicKey --- protob/types.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/types.proto b/protob/types.proto index 8410b3ca3b..d83fad4b70 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -86,6 +86,7 @@ enum ButtonRequestType { ButtonRequest_SignTx = 8; ButtonRequest_FirmwareCheck = 9; ButtonRequest_Address = 10; + ButtonRequest_PublicKey = 11; } /**