mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 20:11:00 +00:00
protob: set PublicKey's node to optional to be consistent with other coins
This commit is contained in:
parent
f5e5516ed2
commit
84f5a0e393
@ -56,7 +56,7 @@ message GetPublicKey {
|
|||||||
* @end
|
* @end
|
||||||
*/
|
*/
|
||||||
message PublicKey {
|
message PublicKey {
|
||||||
required hw.trezor.messages.common.HDNodeType node = 1; // BIP32 public node
|
optional hw.trezor.messages.common.HDNodeType node = 1; // BIP32 public node
|
||||||
optional string xpub = 2; // serialized form of public node
|
optional string xpub = 2; // serialized form of public node
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user