mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-07-15 22:15:24 +00:00
fixed derivation path
This commit is contained in:
parent
2603acea2e
commit
b2ca71a289
@ -156,7 +156,7 @@ int main(void) {
|
|||||||
char *segwit;
|
char *segwit;
|
||||||
lw_response = wally_bip32_key_to_addr_segwit(key_address,"tb",0,&segwit);
|
lw_response = wally_bip32_key_to_addr_segwit(key_address,"tb",0,&segwit);
|
||||||
|
|
||||||
printf("[m/84'/0'/0'/0/0]: %s\n",segwit);
|
printf("[m/84'/1'/0'/0/0]: %s\n",segwit);
|
||||||
|
|
||||||
/* Cleanup! */
|
/* Cleanup! */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user