We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af68bb commit 5ae8bedCopy full SHA for 5ae8bed
1 file changed
messages.proto
@@ -259,8 +259,8 @@ message Entropy {
259
*/
260
message GetPublicKey {
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
+ optional string ecdsa_curve_name = 2; // ECDSA curve name to use
+ optional bool show_display = 3; // display xpub key on device
264
}
265
266
/**
0 commit comments