Skip to content

Commit 0af68bb

Browse files
committed
Added option to display xpub key...
1 parent 3d7635e commit 0af68bb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

messages.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,9 @@ message Entropy {
258258
* @next Failure
259259
*/
260260
message GetPublicKey {
261-
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
262-
optional string ecdsa_curve_name = 2; // ECDSA curve name to use
261+
repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
262+
optional bool show_display = 2; // display xpub key on device
263+
optional string ecdsa_curve_name = 3; // ECDSA curve name to use
263264
}
264265

265266
/**

0 commit comments

Comments
 (0)