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

pull/25/head
Pavol Rusnak 8 years ago
parent dc167592d5
commit 9a8df5a4bb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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];

Loading…
Cancel
Save