1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

add GetAddress.show_display; ButtonRequest_Address

This commit is contained in:
Pavol Rusnak 2014-08-08 17:55:56 +02:00
parent ce8e99465e
commit 5bbe684c10
2 changed files with 2 additions and 0 deletions

View File

@ -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;
}
/**

View File

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