mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2026-02-16 14:12:48 +00:00
Merge pull request #625 from eval-exec/exec/fix-typo
genhd: fix comment
This commit is contained in:
commit
6f0fbe1950
@ -127,7 +127,7 @@ int main(void) {
|
||||
|
||||
printf("Account xpub key: %s\r\n", a_xpub);
|
||||
|
||||
/* 6. Generate External Adress Key */
|
||||
/* 6. Generate External Address Key */
|
||||
|
||||
struct ext_key *key_external;
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@ int main(void) {
|
||||
|
||||
}
|
||||
|
||||
/* 5. Generate External Adress Key + Sample Address*/
|
||||
/* 5. Generate External Address Key + Sample Address*/
|
||||
|
||||
struct ext_key *key_external;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user