mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-20 15:08:46 +00:00
protob: add show_display to StellarGetPublicKey/StellarGetAddress
This commit is contained in:
parent
57a31feb2e
commit
0bf60dbda9
@ -1013,6 +1013,7 @@ message CosiSignature {
|
||||
*/
|
||||
message StellarGetPublicKey {
|
||||
repeated uint32 address_n = 1; // BIP-32 path. For compatibility with other wallets, must be m/44'/148'/index'
|
||||
optional bool show_display = 2; // optionally show on display before sending the result
|
||||
}
|
||||
|
||||
/**
|
||||
@ -1029,6 +1030,7 @@ message StellarPublicKey {
|
||||
*/
|
||||
message StellarGetAddress {
|
||||
repeated uint32 address_n = 1; // BIP-32 path. For compatibility with other wallets, must be m/44'/148'/index'
|
||||
optional bool show_display = 2; // optionally show on display before sending the result
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user