1
1

fixed derivation path

This commit is contained in:
Shannon Appelcline 2020-08-26 09:55:47 -10:00 committed by GitHub
parent 2603acea2e
commit b2ca71a289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ int main(void) {
char *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! */