mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-04 07:08:46 +00:00
protob: cardano's GetPublicKey has show_display arg
updates https://github.com/trezor/trezor-core/issues/324
This commit is contained in:
parent
69acf51075
commit
564310d34d
@ -34,6 +34,7 @@ message CardanoAddress {
|
|||||||
*/
|
*/
|
||||||
message CardanoGetPublicKey {
|
message CardanoGetPublicKey {
|
||||||
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
|
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…
Reference in New Issue
Block a user