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:
parent
8a41dad609
commit
0d883b61b2
@ -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.
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user