mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2026-02-16 14:12:48 +00:00
genhd: fix typo: Adress
This commit is contained in:
parent
bba348c944
commit
69e5455385
@ -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