1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

add PublicKey.xpub

This commit is contained in:
Pavol Rusnak 2014-08-07 21:03:26 +02:00
parent b9f9aea77b
commit ce8e99465e

View File

@ -246,6 +246,7 @@ message GetPublicKey {
*/
message PublicKey {
required HDNodeType node = 1; // BIP32 public node
optional string xpub = 2; // serialized form of public node
}
/**