We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7635e commit 0af68bbCopy full SHA for 0af68bb
1 file changed
messages.proto
@@ -258,8 +258,9 @@ message Entropy {
258
* @next Failure
259
*/
260
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
+ repeated uint32 address_n = 1; // BIP-32 path to derive the key from master node
+ optional bool show_display = 2; // display xpub key on device
263
+ optional string ecdsa_curve_name = 3; // ECDSA curve name to use
264
}
265
266
/**
0 commit comments