protob: cardano's GetPublicKey has show_display arg

updates https://github.com/trezor/trezor-core/issues/324
pull/41/head
Tomas Susanka 6 years ago
parent 69acf51075
commit 564310d34d

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

Loading…
Cancel
Save