Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Commit

Permalink
add __dummy field to HDNode where fingerprint used to be (in order no…
Browse files Browse the repository at this point in the history
…t to binary compatibility)
  • Loading branch information
prusnak committed Jul 4, 2016
1 parent dc16759 commit 9a8df5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bip32.h
Expand Up @@ -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];
Expand Down

0 comments on commit 9a8df5a

Please sign in to comment.