add GetAddress.show_display; ButtonRequest_Address

pull/41/head
Pavol Rusnak 10 years ago
parent ce8e99465e
commit 5bbe684c10

@ -258,6 +258,7 @@ message PublicKey {
message GetAddress {
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
optional string coin_name = 2 [default='Bitcoin'];
optional bool show_display = 3;
}
/**

@ -83,6 +83,7 @@ enum ButtonRequestType {
ButtonRequest_ProtectCall = 7;
ButtonRequest_SignTx = 8;
ButtonRequest_FirmwareCheck = 9;
ButtonRequest_Address = 10;
}
/**

Loading…
Cancel
Save