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

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

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

Loading…
Cancel
Save