1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

protob: remove root_hd_passphrase from CardanoPublicKey

This commit is contained in:
Pavol Rusnak 2018-09-07 19:06:01 +02:00
parent beddb31819
commit 4e7df217d3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -44,7 +44,6 @@ message CardanoGetPublicKey {
message CardanoPublicKey {
optional string xpub = 1; // Xpub key
optional hw.trezor.messages.common.HDNodeType node = 2; // BIP-32 public node
optional string root_hd_passphrase = 3; // HD passphrase for root in hex format
}
/**