1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

Revert "add __dummy field to HDNode where fingerprint used to be (in order not to binary compatibility)"

This reverts commit 9a8df5a4bb.
This commit is contained in:
Pavol Rusnak 2016-07-04 18:49:25 +02:00
parent c80f0fbc52
commit 4912ac550c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -36,7 +36,6 @@ typedef struct {
typedef struct {
uint32_t depth;
uint32_t __dummy;
uint32_t child_num;
uint8_t chain_code[32];
uint8_t private_key[32];