Merge pull request #625 from eval-exec/exec/fix-typo

genhd: fix comment
This commit is contained in:
Shannon Appelcline 2026-01-15 12:42:08 -10:00 committed by GitHub
commit 6f0fbe1950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ int main(void) {
printf("Account xpub key: %s\r\n", a_xpub); printf("Account xpub key: %s\r\n", a_xpub);
/* 6. Generate External Adress Key */ /* 6. Generate External Address Key */
struct ext_key *key_external; struct ext_key *key_external;

View File

@ -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; struct ext_key *key_external;