1
0
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:
slush0 2014-02-21 22:42:41 +01:00
parent 7755fa0a78
commit 6a5ef6b823

View File

@ -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 {