Skip to content

Commit 5ae8bed

Browse files
author
Darin Stanchfield
committed
fixed ordering for show_display in PublicKey
1 parent 0af68bb commit 5ae8bed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

messages.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ message Entropy {
259259
*/
260260
message GetPublicKey {
261261
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
262+
optional string ecdsa_curve_name = 2; // ECDSA curve name to use
263+
optional bool show_display = 3; // display xpub key on device
264264
}
265265

266266
/**

0 commit comments

Comments
 (0)