Skip to content

Commit

Permalink
Fix incorrect extended key version member documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Oct 11, 2018
1 parent 89d1c44 commit 7b66cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wally_bip32.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct ext_key {
uint32_t child_num;
/** The Hash160 of this key */
unsigned char hash160[20];
/** The child number of the parent key that this key represents */
/** The version code for this key indicating main/testnet and private/public */
uint32_t version;
unsigned char pad2[3];
/** The public key with prefix byte 0x2 or 0x3 */
Expand Down

0 comments on commit 7b66cf8

Please sign in to comment.