mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-10 04:16:16 +00:00
Removed 'address' from HDNodeType
This commit is contained in:
parent
7755fa0a78
commit
6a5ef6b823
@ -69,7 +69,6 @@ message HDNodeType {
|
||||
required bytes chain_code = 4 [(binary) = true];
|
||||
optional bytes private_key = 5 [(binary) = true];
|
||||
optional bytes public_key = 6 [(binary) = true];
|
||||
optional bytes address = 7;
|
||||
}
|
||||
|
||||
message CoinType {
|
||||
|
Loading…
Reference in New Issue
Block a user