1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

Added ButtonRequest.code

This commit is contained in:
slush0 2014-02-03 23:13:09 +01:00
parent 8a41dad609
commit 0d883b61b2
2 changed files with 3 additions and 1 deletions

View File

@ -126,6 +126,8 @@ message Failure {
// Computer should respond with ButtonAck message or Cancel to cancel
// the original request.
message ButtonRequest {
optional string code = 1;
optional string data = 2;
}
// Computer agrees to wait for HW button press.

View File

@ -8,7 +8,7 @@
// Some sugar for easier handling in Multibit
option java_package = "org.multibit.hd.hardware.trezor.protobuf";
option java_outer_classname = "TrezorTypes";
option java_outer_classname = "TrezorType";
import "google/protobuf/descriptor.proto";