1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

protob: cardano's GetPublicKey has show_display arg

updates https://github.com/trezor/trezor-core/issues/324
This commit is contained in:
Tomas Susanka 2018-08-20 15:49:52 +02:00
parent 69acf51075
commit 564310d34d

View File

@ -34,6 +34,7 @@ message CardanoAddress {
*/
message CardanoGetPublicKey {
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
optional bool show_display = 2; // optionally show on display before sending the result
}
/**