1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 19:00:58 +00:00

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

This commit is contained in:
Pavol Rusnak 2016-07-04 17:37:05 +02:00
parent dc167592d5
commit 9a8df5a4bb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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